Hi Everyone,
I'm developing a Excel Macro in 2003 format. This Macro will open a Word Document (Code Template_Modified_V3.doc - 2003 format) and update the fields in the word document and this work continues in a for loop. Inturn there is a Macro in the Word Document too. so each time I'm getting Security Warning Message in the Word Document whether to Disable or Enable the Macro. My company doesnt allow me to change the Security Level of the macro to Low. Neither it allows to sign the Macro with Digital Certificate.
So I tried to add 'objWord.DisplayAlerts = False'. But this doesn't work
Is there any other method to handle this Security warning programmatically??
Please help. Thanks in Advance.
Please note that I'm using MS Office 2003
Code :
![]()
Please Login or Register to view this content.
Bookmarks