PS 2007 batch rename or batch delete via VBA macro?

A

andy.novak

Is it possible to use VBA to run through a list of projects for batch
rename or delete?

Thanks
Andy Novak
UNT
 
R

Rod Gill

Yes. Use oledb to read a list of projects from the reporting db then do what
you want with them (after opening them). Plenty of oledb examples in MSDN.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
Top