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
 

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