VBA: getting information about the daily work assignment

G

galt

Hi All,

im trying to create a macro that will check what resources are assigned
for what tasks on a daily basis.

what i want to know is how do i get to the specific "*Work* Per Task
Per Resource Per Day" information (the information that can be seen in
the Resource usage view)?
What is the method i should call?

Thanks!!!
Gal
 
R

Rod Gill

Hi VBA questions are better posted on the project.developer news group. But
to answer your question, the TimeScaleData property is what you want. Read
Help for more info.

--

Rod Gill
Microsoft MVP for Project

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