B
Bruno
in a procedure App_ProjectBeforeTaskChange I do following
based on the function NOW() I do some date calculations. It works fine.
If however a new day comes up and I open the project, I see no changes. So
I put an CalculateAll in Project_Open(ByVal pj As Project). But this
function would not start the calculations in APP_ProjectBeforeTaskChange.
How can I force MSProject to shoot the event APP_ProjectBeforeTaskChange?
Thanks for any ideas
Bruno
based on the function NOW() I do some date calculations. It works fine.
If however a new day comes up and I open the project, I see no changes. So
I put an CalculateAll in Project_Open(ByVal pj As Project). But this
function would not start the calculations in APP_ProjectBeforeTaskChange.
How can I force MSProject to shoot the event APP_ProjectBeforeTaskChange?
Thanks for any ideas
Bruno