S
SigR
I would like to have a macro that toggles summary tasks display.
Basically my logic is:
Dim Show as Boolean
Show = 'current state of project display'
Show = Not (Show)
SummaryTasksShow (Show)
My problem is determining the current state.
I have found a property "ShowSummary" that is Boolean and Read/Write. It
applies to a "Group Object" or Groups Collection Object". Whatever that
means.
I have tried the (to me) obvious:
Show = ActiveProject.ShowSummary
and a few variations thereof. Without success.
How do you code that second line?
Thank you,
SigR
New to VBA :-(
Basically my logic is:
Dim Show as Boolean
Show = 'current state of project display'
Show = Not (Show)
SummaryTasksShow (Show)
My problem is determining the current state.
I have found a property "ShowSummary" that is Boolean and Read/Write. It
applies to a "Group Object" or Groups Collection Object". Whatever that
means.
I have tried the (to me) obvious:
Show = ActiveProject.ShowSummary
and a few variations thereof. Without success.
How do you code that second line?
Thank you,
SigR
New to VBA :-(