YellowBerry
Structural
- Jun 18, 2002
- 1
I am developing a VB application using MS Project as the interface to an Oracle database. The data is extracted from the database and populated (using VB) to a MS Project file (used as a template). If I want to change the color for the text of a task name (in the task column) , what method or property should I use? I tried to find out the method or property to use by recording a macro when changing the color of the text for a task. It shows Font color :=1. But how do I put this code in a VB application & make it work? Thanks in advance.