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.
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