Sep 30, 2004 #1 mystuff Programmer Joined Apr 30, 2004 Messages 86 Location US I would like Project to Open and run a macro that I specify. Is that possible?
Oct 18, 2004 #2 JackONeill Programmer Joined Mar 8, 2004 Messages 65 Location US Yes, Go in The Visual Basic Editor left Side: Select your Project under the Global.Mpt in The Microsoft Project Objects Right side Code: Private Sub Project_Open(ByVal pj As Project) enter your Macro name here End Sub bye bye Upvote 0 Downvote
Yes, Go in The Visual Basic Editor left Side: Select your Project under the Global.Mpt in The Microsoft Project Objects Right side Code: Private Sub Project_Open(ByVal pj As Project) enter your Macro name here End Sub bye bye
Oct 18, 2004 #3 JackONeill Programmer Joined Mar 8, 2004 Messages 65 Location US Yes, Go in The Visual Basic Editor left Side: Select your Project under the Global.Mpt in The Microsoft Project Objects Right side Code: Private Sub Project_Open(ByVal pj As Project) enter your Macro name here End Sub bye bye Upvote 0 Downvote
Yes, Go in The Visual Basic Editor left Side: Select your Project under the Global.Mpt in The Microsoft Project Objects Right side Code: Private Sub Project_Open(ByVal pj As Project) enter your Macro name here End Sub bye bye
Oct 18, 2004 #4 JackONeill Programmer Joined Mar 8, 2004 Messages 65 Location US oups sorry for publishing twice the same post... Note : Remember to transfert the macro in the Project so the macro can be run on every computer. Also remember that a window will pop up when project is loaded asking to enable Macro.. Cya Upvote 0 Downvote
oups sorry for publishing twice the same post... Note : Remember to transfert the macro in the Project so the macro can be run on every computer. Also remember that a window will pop up when project is loaded asking to enable Macro.. Cya