Resources in Server2003

M

MichaelA

Hello All,

I am using Project Server 2003. Is there a way in VBA I can cycle
through all the resources in the enterprise pool to extract their
total assignment hours and availability hours?


thanks
Michael A.
 
R

Rod Gill

Yes, but you need to read from the database using OLEDB. The Project SDK
describes what information is there, but from memory look for all tables
with the word VIEW in their name.

--

Rod Gill
Microsoft MVP for Project

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