R
Rich
When opening a Word doc from Excel VBA, I want to prevent the Document_Open
routine in the Word doc from automatically running.
Application.EnableEvents = False in Excel doesn't stop the Word macro from
running - and there seems to be no equivalent command in Word.
Putting wdDoc.UserControl = False/True in the Word macro doesn't seem to
make any difference - the macro still runs.
Any tips?
routine in the Word doc from automatically running.
Application.EnableEvents = False in Excel doesn't stop the Word macro from
running - and there seems to be no equivalent command in Word.
Putting wdDoc.UserControl = False/True in the Word macro doesn't seem to
make any difference - the macro still runs.
Any tips?