Hi,
I have created a .mpt template file for my users which they copy to their drive and use it as a starting point. When they copy file to their drive they save it as a .mpp file. This file contains modules that are called on the Project Open and some of them on the Project Close.
I am looking now into the solution on how to incorporate any future modifications of the modules so that it can be applied to all project files. In other words if users have created 20 project files and I modify the template I want this code to apply to all other 20 files previously created as well as any future files.
I tried using Global.mpt file but ran into some issues such as if I move all modules to the global.mpt the functions called from ThisProject/Project Open are ending having errors since they are not defined. Is there any way of specifying in the project that modules are defined in the Global.mpt.
I also tried to Move modules from another central .mpt file to the current project on the opening. Before moving modules I deleted them to avoid having to answer to the question "Do you want to replace the file?", but then some modules wouldn't get deleted right away because functions that are called in the Project open event are defined in the modules.
I would appreciate any help, suggestion on how to solve this issue. I am open to any proposition in regards how to share modifications among all users and previous and future projects.
Thanks in advance.
I have created a .mpt template file for my users which they copy to their drive and use it as a starting point. When they copy file to their drive they save it as a .mpp file. This file contains modules that are called on the Project Open and some of them on the Project Close.
I am looking now into the solution on how to incorporate any future modifications of the modules so that it can be applied to all project files. In other words if users have created 20 project files and I modify the template I want this code to apply to all other 20 files previously created as well as any future files.
I tried using Global.mpt file but ran into some issues such as if I move all modules to the global.mpt the functions called from ThisProject/Project Open are ending having errors since they are not defined. Is there any way of specifying in the project that modules are defined in the Global.mpt.
I also tried to Move modules from another central .mpt file to the current project on the opening. Before moving modules I deleted them to avoid having to answer to the question "Do you want to replace the file?", but then some modules wouldn't get deleted right away because functions that are called in the Project open event are defined in the modules.
I would appreciate any help, suggestion on how to solve this issue. I am open to any proposition in regards how to share modifications among all users and previous and future projects.
Thanks in advance.