Can event processing be temporarily turned off in VBA?

C

CraigO

I have a problem and am searching for a workaround. MSP Pro 2007 VBA is
throwing a run time error upon entering the ProjectBeforeTaskChange event
handler for a certain field (188744826 committment GUID). According to the
help, this field is not one of the field constants which that event handler
accepts. Seems like a bug in MSP 2007 to me.

Since it is happening on save (not because we are actually changing that
field; I can't even find that field in the interface, or a description of it
online or in the help...), I wish to work around the problem by preventing
the code from trying to enter ProjectBeforeTaskChange during the save. Is it
possible? Any other ideas?
 

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