Jan
Thu Jun 09 12:25:02 CDT 2005
You're welcome.
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
http://users.online.be/prom-ade/
+32-495-300 620
"ellebelle" <ellebelle@discussions.microsoft.com> schreef in bericht
news:93F69E0E-85A9-46D7-BBE1-F036A196546D@microsoft.com...
> It worked! Thanks a lot.....
>
> "Jan De Messemaeker" wrote:
>
> > Hi,
> >
> > The VBA macro youneed is quite simpel:
> >
> > Sub SummName
> > dim job as task
> > for each job in activeproject.tasks
> > if not job is nothing then
> > if not job.outlinelevel=1 then
> > job.text7=job.outlineparent.name
> > end if
> > end if
> > next jopb
> > end sub
> >
> > HTH
> >
> >
> >
> >
> > --
> > Jan De Messemaeker
> > Microsoft Project Most Valuable Professional
> >
http://users.online.be/prom-ade/
> > +32-495-300 620
> > "ellebelle" <ellebelle@discussions.microsoft.com> schreef in bericht
> > news:EDB32313-FC80-471D-AC8F-518ED6B108A3@microsoft.com...
> > > I want to insert a new column that contains the summary name of each
task
> > > Therefore I can export the column to an excell spreadsheet that has
the
> > name
> > > of a task, the resource name and the summary task all on ONE row.
> > >
> > >
> >
> >
> >