Project level fields

R

raviyah

Are there any project level fields I can use to store parameters for my VBA
code that will be saved from use to use? I am thinking of something akin to
the text fields at the task level
 
J

Jack Dahlgren MVP

Sure. You can store them against task 0 which is the project summary task.
You could also write them to the document properties or to the registry.

-Jack Dahlgren
 
Top