MSP 2003: get color property of a task's name

G

Gary Schneider

Hi all,

I need to know the text property (e.g. color) of a task's name (in the
Gantt view). I found some hints of how to get the BOLD property by some
workaround, but how can I find out the color?

Best Regards and TIA
Gary
 
J

John

Gary Schneider said:
Hi all,

I need to know the text property (e.g. color) of a task's name (in the
Gantt view). I found some hints of how to get the BOLD property by some
workaround, but how can I find out the color?

Best Regards and TIA
Gary

Gary,
Font properties are write only for Project VBA. The only way you can get
font property information is via indirect method. For example, if all
tasks that are behind schedule (i.e. Start > Baseline Start) are colored
red, then use VBA to "look" for the criteria that caused the red font.
Normally this indirect method works fine unless the user used a totally
random method when setting font characteristics - some users do - they
just like color.

John
Project MVP
 

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