Resource Usage

S

Satya

I had thought of this possibility of looping through the assignments and
finding the lowest and the highest date for the resource but in msproject if
we view->resource usage->insert columns-> add resource start date and end
date
we get the values directly. Is it possible to get those values directly
through VBA.
 
R

Rod Gill

Hi,

Yes. In a Usage you are looking at assignment start and finish.

Try:

activecell.Task.Assignments(1).Start

and

activecell.Task.Assignments(1).Finish

--

Rod Gill
Microsoft MVP for Project

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top