Search results

  1. H

    Supress Alerts exporting to Word

    Thanks for the Information. I have already tried to implement this. With CreateObject("Word.Application") .Visible = True .DisplayAlerts=False 'wdAlertsNone ..... .Quit End With It Dows not work. The AddIn-Message still appears.
  2. H

    Supress Alerts exporting to Word

    Hi Guys, i need to convert a text from RTF2 to Plaintext. I already have most of the code. Due to an AddIn Word stops my code with an Alert. How can i suppress such Messages in Word coming from Access. I attached an example. John
Back
Top Bottom