You can kind of suppress the error messages by using the Application.DisplayAlerts property.
Save the current alert setting and then set it to wdAlertsNone. This will make word accept the defaults for any
messages that would be displayed. Then at the end of your procedure turn the alerts back on by setting it to
the saved setting.