D
DavidC
Hi,
I have a desire (need?) to update the statusdate when my project opens. I
have the code to update the statusdate and that works fine. I also have a
msgbox in the code that prompts first to update the date and that works. The
code works fine when run from a button on the toolbar, but I would like it to
run on project open.
I have it in a proceedure "Private Sub Project_open (ByVal pj as Project)"
but that does not run when I open the project. I know this because the
msgbox does not pop up.
The project is a master/sub master arrangment, and it is the master project
I want to update at this stage. (I will progress it through to the sub
masters later).
Any thoughts will be most welcome.
Regards
DavidC
I have a desire (need?) to update the statusdate when my project opens. I
have the code to update the statusdate and that works fine. I also have a
msgbox in the code that prompts first to update the date and that works. The
code works fine when run from a button on the toolbar, but I would like it to
run on project open.
I have it in a proceedure "Private Sub Project_open (ByVal pj as Project)"
but that does not run when I open the project. I know this because the
msgbox does not pop up.
The project is a master/sub master arrangment, and it is the master project
I want to update at this stage. (I will progress it through to the sub
masters later).
Any thoughts will be most welcome.
Regards
DavidC