P
Phil
I have some modules and macros in MSProject files that are distributed
to several client sites. Before they are run, I want to ensure that
they have not been modified, but I do want the clients to be able to
add their own modules and macros.
I am trying to write a macro that can check to see if
1) my module exists
2) if my module contains specific macros
3) if a checksum generated from the lines in those individual macros
match previously calculated values.
I cannot find an object to represent the module collection, the macro
collection, or the code in the macro, so I am not getting very far with
my code.
An alternate solution is to have the user export the modules to a text
file, using the Generic / Text Printer to File and then process the
result, but I would like to avoid that if possible.
to several client sites. Before they are run, I want to ensure that
they have not been modified, but I do want the clients to be able to
add their own modules and macros.
I am trying to write a macro that can check to see if
1) my module exists
2) if my module contains specific macros
3) if a checksum generated from the lines in those individual macros
match previously calculated values.
I cannot find an object to represent the module collection, the macro
collection, or the code in the macro, so I am not getting very far with
my code.
An alternate solution is to have the user export the modules to a text
file, using the Generic / Text Printer to File and then process the
result, but I would like to avoid that if possible.