Insert filepath

S

Steve C

A number of our Project 2000 users would like to have the filepath of the
project inserted in the footer of their print outs. Is there a way using
programming that I could accomplish this for them? Thank you.
 
J

John

Steve C said:
A number of our Project 2000 users would like to have the filepath of the
project inserted in the footer of their print outs. Is there a way using
programming that I could accomplish this for them? Thank you.

Steve C.
No programming is necessary. Simply go to File/Properties/General tab.
The "location" is the path.

However if the path is too long to show completely in the Properties
window you can always use the following line of VBA code to get the path:
Print ActiveProject.Path

John
Project MVP
 
Top