+ Reply to Thread
Results 1 to 3 of 3

How to Bypass Macro Security Warning Message in MS Word 2003 programmatically

  1. #1
    Forum Contributor
    Join Date
    11-29-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    101

    How to Bypass Macro Security Warning Message in MS Word 2003 programmatically

    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.
    Last edited by sugaprasad; 12-05-2012 at 07:44 AM.

  2. #2
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: How to Bypass Macro Security Warning Message in MS Word 2003 programmatically

    maybe
    Please Login or Register  to view this content.
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  3. #3
    Forum Contributor
    Join Date
    11-29-2012
    Location
    Coimbatore, India
    MS-Off Ver
    Excel 2010
    Posts
    101

    Re: How to Bypass Macro Security Warning Message in MS Word 2003 programmatically

    Quote Originally Posted by JosephP View Post
    maybe
    Please Login or Register  to view this content.
    Awesome..!!! This is working. This line helps me to bypass the security warning. I was searching for the solution for two days.
    Thank You so much Joshep.
    Last edited by sugaprasad; 12-14-2012 at 02:19 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1