0

I am batch converting many word 2013 documents to text and saving them with the ActiveDocument.SaveAs2 command. Does anyone know of a way to suppress nag dialogs such as "the document may contain text content that will be lost upon conversion..." ?

It is quite bothersome in a long run to have to occasionally hit enter so that the conversion process will continue.

Mitch
  • 554
  • 2
  • 17

1 Answers1

0

There is:

Application.DisplayAlerts = wdAlertsNone

More information

Application.DisplayAlerts Property (Word)

WdAlertLevel Enumeration (Word)

niton
  • 8,771
  • 21
  • 32
  • 52