M
mhgreene
I recorded a macro to open a document, connect with the external database,
merge to printer and then close the document. Two times during the running
of the macro a dialog box pops up and requires my manual response by clicking
the Yes or No button. Is there a command I can add to the VBA to have the
code complete this task?
One of the last lines of code is:
ActiveWindow.Close
which causes a dialog box to open asking if I want to save the changes to
the document Yes/No.
merge to printer and then close the document. Two times during the running
of the macro a dialog box pops up and requires my manual response by clicking
the Yes or No button. Is there a command I can add to the VBA to have the
code complete this task?
One of the last lines of code is:
ActiveWindow.Close
which causes a dialog box to open asking if I want to save the changes to
the document Yes/No.