Supress Alerts exporting to Word

HerbertWehner

New member
Local time
Today, 12:56
Joined
Oct 27, 2017
Messages
2
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
 

Attachments

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.
 

Users who are viewing this thread

Back
Top Bottom