
automating task progress updates
Try the VBA.Dir function using *.mpp for the first call and just Dir there
beyond.
It can discover all the .mpp files in a certain directory.
(See the help through the object browser)
If you want to look in multiple directories you will need a file giving teh
addresses.
HTH
--
Jan De Messemaeker
Microsoft Project Most Valuable Professional
Project Management Consultancy
Prom+ade BVBA
32-495-300 620
Quote:
> i'm trying to write a macro to read all enterprise
> projects, accept all updates and save the files. i'm
> stuck at step one with the macro however, where i need to
> set an object variable = to the collection of projects
> from the server. i can't figure out what to reference to
> return the collection of projects.
> once i get that i plan to simply do a for next loop and
> open, accept all updates and save with the publish all
> argument.
> am i missing anything beyond the initial "getprojects" or
> whatever, call?
> thanks