Record Marco to "Publish" to Team Foundation Server

D

Doug

I need to record a Macro in Project Pro 2003 that will "Publish" to Team
Foudation Server. The new "Publish" button that Team Foundation Server adds
to Proj. Pro 2003 does not appear to be able to be recorded for execution as
part of a macro.

Help!

Doug
 
G

Gaurav Wason

How are you logged in the server?
Project Server Administrator account or yourself?
Are you a administrator to project server?
Are other things working?
What Error Message are you getting
--
Gaurav Wason
[email protected]
MCP - Project Server
Project Made Easy
Project Archive Tool
Project Owner Tool
http://projectmadeeasy.com
 
D

Doug

Gaurav:

I see no error,but the click event of the "Publish" button in the Team (as
in Visual Studio Team System) tool bar does not seem to be recorded. After I
"record" my macro, and open the macro in Project's Visual Basic editor, I see
no reference to the "Publish" on click event. Please note that I am NOT
referring to publishing to Project Server, that part of my macro is working
well.

Doug
 
D

Dale Howard [MVP]

Doug --

If you are trying to publish your project to Project Web Access, use one of
the following lines of code in your macro:

Application.PublishProjectPlan

Application.PublishNewAndChangedAssignments

Application.PublishAllInformation

Hope this helps.
 
Top