Project 2002 Event Triggers and General Question

R

roger.becker

Hello All,
I have two questions, the first being rather simple or so I hope.
When I open an existing project file and then open the vba editor I
can only see the modules for the global mpt. The current project
modules aren't available for editing in the project explorer. I've
never run across this before, I'm not sure what the creator of the file
did to make this happen.
Secondly, I am having difficulty with event triggers. Is there an
event trigger for changing a task start/finish or duration? I am
writing some code to calculate LD's based on delieveries and need the
LD's to update real time in meetings.

Thank you,
Roger
 
R

Rod Gill

Hi,

The only security feature for VBA code is to password protect the modules.
Code can be in compiled add-ins so you can see and use custom code from
Project, but not see VBA code in the VBE.

There is only an event for Task change, but you are passed the field that
changed. However, this event is not always fired, depending on how the task
is changed, so you need to experiment to see if it suits your purpose.
 

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