ID: Q126105
The information in this article applies to:
In Microsoft Project, when you use the Auto_Open or Auto_Close Visual Basic, Applications Edition, macro names, the macro will run either when a file is opened or when it is closed, respectively.
This behaviour does not work for embedded projects, or project files linked into other applications. Auto_Open/Auto_Close will not function in these cases
The following table shows the behavior of an Auto_Open or Auto_Close macro depending on whether the macro is located in a Microsoft Project MPP/MPT file or in GLOBAL.MPT. Also noted is behavior relating to consolidated project files and Microsoft Project version 3.0 MPV and MPC files.
   Type of File Opening    Macro Location            Auto Macro Runs From
   ----------------------------------------------------------------------
   Normal MPP/MPT          GLOBAL.MPT                GLOBAL.MPT
   Normal MPP/MPT          MPP or MPT                MPP/MPT
   Normal MPP/MPT          GLOBAL.MPT and MPP/MPT    MPP/MPT
   Foreign (MPX, CSV,      GLOBAL.MPT                GLOBAL.MPT
   and so on)
   3.0 MPV or MPC          GLOBAL.MPT                Does Not Run
   Consolidated MPP        GLOBAL.MPT                Does Not Run
   Consolidated MPP        MPP                       Does Not Run
   Consolidated MPP        GLOBAL.MPT & MPP          Neither Macro Runs
   Type of File Closing    Macro Location            Auto Macro Runs From
   ----------------------------------------------------------------------
   Normal MPP/MPT          GLOBAL.MPT                GLOBAL.MPT
   Normal MPP/MPT          MPP or MPT                MPP/MPT
   Normal MPP/MPT          GLOBAL.MPT and MPP/MPT    MPP/MPT
   Foreign (MPX, CSV,      GLOBAL.MPT                GLOBAL.MPT
   and so on)
   3.0 MPV or MPC          GLOBAL.MPT                GLOBAL.MPT
   Consolidated MPP        GLOBAL.MPT                GLOBAL.MPT
   Consolidated MPP        MPP                       MPP
   Consolidated MPP        GLOBAL.MPT & MPP          MPP
NOTE: A major difference regarding consolidated project files and version
3.0 MPV and MPC files is that when you open these files, Auto_Open macros
do not run; however, when you close them, an Auto_Close macro WILL be run
if one exists.
In addition, if an Auto macro exists within an MPP or MPT file, the macros will not be run when you open or close a different file.
For more information about Creating A Sub Procedure That Runs Automatically, choose Contents from the Help menu, choose Visual Basic Reference, choose the Search button, and type:
   Creating
Additional query words: 4.00
Keywords          : kbcode kbprg
Version           : 4.00 4.1 4.1a 98
Platform          : WINDOWS
Issue type        : kbinfo
Last Reviewed: November 18, 1998