*After* events in 2007 VBA ?

W

Woody

Hello,

Aren't there any *After* event in Project VBA 2007. There is a lot of Before
Close, Before Save, Before Change... but not any *after* ?
Thanks

Woody
 
R

Rod Gill

Mostly this is because an after close event is impossible! After delete and
after change is too late and you can only access data before and after the
change before the change is completed.

So what after event would you like?

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: http://www.projectvbabook.com
 
W

Woody

Hi Rod,
I need an AfterChangeTask event because if the user changes a specific data
on the task, I have to recalculate the Remaining Duration of that task.
Thanks for any hint!
 
R

Rod Gill

The Remaining duration field updates automatically. So, I assume this is a
custom field? If so, use the New value in the BeforeTaskChange event to
recalculate your custom field.

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: 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