M
med111
Hello,
I created a sever-side event handler which is attached to the event
Project.Publishing
When this event occurs, it can cancel the publishing of the project.
And when the publishing event is cancelled, we can see in statusBar of
Project Pro, that the job is cancelled.
I want that this information "job cancelled" will appear in a
messageBox.
So I am trying to do this with VBA events:
For exemple the App_jobCompleted takes place when a job is completed.
( where App is declared as "Public WithEvents App As Application") .
I don't find a VBA event which takes place when a publishing project
job is cancelled.
If someone has solution or more information on this subject, I will be
very grateful
I created a sever-side event handler which is attached to the event
Project.Publishing
When this event occurs, it can cancel the publishing of the project.
And when the publishing event is cancelled, we can see in statusBar of
Project Pro, that the job is cancelled.
I want that this information "job cancelled" will appear in a
messageBox.
So I am trying to do this with VBA events:
For exemple the App_jobCompleted takes place when a job is completed.
( where App is declared as "Public WithEvents App As Application") .
I don't find a VBA event which takes place when a publishing project
job is cancelled.
If someone has solution or more information on this subject, I will be
very grateful