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
(e-mail address removed)
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
 
G

Gaurav Wason

Doug,

I am so sorry I was replying to question just below your post and for some
reason I posted a reply in your post....really sorry
--
Gaurav Wason
(e-mail address removed)
MCP - Project Server
Project Made Easy
Project Archive Tool
Project Owner Tool
http://projectmadeeasy.com
 
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.
 

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