P
pruettae
Is there a way to modify VBA Code within Project without opening the file?
I currently have code that runs when a project file opens, it opens a global
file that contains specific coding that is used by every project file we
have. The global file is going to be moved to a different location and I do
not want to open each individual project file and make this change manually.
Is there a way to create a piece of code in .Net (or some other language)
that will open the VBA code of a project file and make the appropriate change
without harming the existing project file?
Thanks.
I currently have code that runs when a project file opens, it opens a global
file that contains specific coding that is used by every project file we
have. The global file is going to be moved to a different location and I do
not want to open each individual project file and make this change manually.
Is there a way to create a piece of code in .Net (or some other language)
that will open the VBA code of a project file and make the appropriate change
without harming the existing project file?
Thanks.