Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving as Web Page automatically?

Status
Not open for further replies.

mcuba

Programmer
Feb 23, 2005
1
US
I am really new to using MS Project 2003 and would like to be able to "save as web page" when the project is updated without my task leads having to explicitly go through the exercise of remembering to do so - this way our "view" of the project is in sync with the HTML "view" (that others interested in the project might look at) will remain in sync.

Does anyone know how to do this?

Thanks in advance,
Matt
 
You could always put some VBA code in the Project_BeforeClose event.

FileSaveAs _
Name:="abc.html", FormatID:="MSProject.HTML.8", _
map:="Task ""Export Table"" map"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top