J
Jason Kester
I have a Word doc that contains a macro. Under a
particular user context I am able to disable macros for
the user and have no problems opening the document in
Word without the macro running.
I have a service which runs under the same user context
above and launches the document out of process with
CreateObject("Word.Application"), but the macro still
runs even though it is disabled for the user.
Is there an additional setting that must be applied to
prevent the macro from running when Word is run out of
process?
Thanks,
Jason
particular user context I am able to disable macros for
the user and have no problems opening the document in
Word without the macro running.
I have a service which runs under the same user context
above and launches the document out of process with
CreateObject("Word.Application"), but the macro still
runs even though it is disabled for the user.
Is there an additional setting that must be applied to
prevent the macro from running when Word is run out of
process?
Thanks,
Jason