Capturing Project Publish Event

H

Hodgy2284

HI,

I am trying to "capture" the project publish event. In the EventClassModule
there is a Proj_BeforeSave event and I was expecting to find a
Proj_BeforePublish event. I'm a relative beginner to writing my own vba code
in project (fyi im using project 2003) so anything to point me in right
direction will be a great help.

Thanks
 
H

Hodgy2284

Thanks for the reply. I have no problem using the before save event. However,
is there some value, some way I can distinguish whether the action is
- Saving because the user has saved the project
- Saving because the user has published the project

I need some condition that I can use to seperate the two...if possible.

Thanks
 
R

Rod Gill

Not that I'm aware of. However, you could add a macro button to everyone's
toolbar for them to click to save and publish. The button runs your macro so
you know.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 

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