Johhny said:
I'm trying to access a resource summary row field (number20) from within a
macro. I'm using Group: Resource Group and the particular group I want is
"RU". Is it possible?
MS Project 2003 Professional
Johnny,
If by the "resource summary row" you mean the group header, that is not
a field and it is not accessible through VBA. It is for display purposes
only when the grouping function is active. The only way to replicate the
data on that row is to generate it separately in code. In other words,
select the tasks of that group in the same manner the grouping function
does and then sum up the desired data.
If you are talking about some other row, please elaborate. There is no
such thing as a "resource summary row" in Project.
John
Project MVP