SpaceCamel said:
I would like to make a report of all the current setting in Bar Styles & Text
Styles.
Is there any way to READ the values for the current settings?
Thanks,
Space,
Sorry, some object properties in Project VBA are write only. That
doesn't mean you are totally out of luck, it just means you will need to
be more creative. For example, normally there is some criteria that was
used to set a particular text style. Perhaps all tasks that are 100%
complete are shown in green text. In order to "read" the text style, it
will be necessary to query the underlying criteria.
John
Project MVP