Welcome...

We hope you enjoy your visit to Project Server Tips.com.   Watch for new Project Server content updated daily.

Newsgroup Pearls

Question: I need to execute a Macro when I open a project, how can I do it?
    

Answer:
1. Open Project
2. Hit ALT+F11
3. In the box in the upper left expand the project so it shows "Microsoft Project Objects"
4. Double click on "This Project (name of your project.mpp)
5. In the code window that opens enter:

Private Sub Project_Open(ByVal pj As Project)
         MsgBox "Project Just Opened"
End Sub

6. You can replace the MsgBox code with whatever you want to happen when you open the project.

For Macros and other things check
http://masamiki.com/project

-Jack Dahlgren, Project MVP
email: J -at- eM Vee Pee S dot COM


 

10-25-2005 Update
A reference for Project Server Permissions has been added to the web site.

This section outlines the permissions for Project Server, who should receive the permissions, and what other permissions are necessary for the permissions to take effect.

See the Permissions Reference in the left-hand navigation or go to Project Server Permissions directly.

 

 

Thank you for visiting.
Project Server Tips.com - Getting the most out of Project Server