Extending Project Event Handling

W

WGHayes

Wanting to know if there is some way of controlling events in Project VBA
'other than' those currently exposed in the VBA code window (i.e.
ProjectBeforeSave, ProjectAfterSave etc..)

For example, I want to manage any changes mande to a resource (like
availability, calendars, cost rates etc..). There is a 'ProjectResourceNew'
event but what about change?

Main requirement is to prevent changes in particular circumstances and to do
this in real-time and not have to wait until the project is about to be
saved.
 
L

Lars Hammarberg

There is an application event:
projapp_ProjectBeforeResourceChange(ByVal res As Resource, ByVal Field As
PjField, ByVal NewVal As Variant, Cancel As Boolean)
in Project2002.

/Lars Hammarberg
www.camako.se
 

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