G
Guest
Hi all,
I have a form that collects values, then sends those values to a Word
document. This works like a charm. I've been asked to have this Word doc
automatically save, which is fine. I can have the code write to the document
and save it to a specified directory. No problems there.
I'm anticipating the user wanting to potentially edit the Word doc before
saving. I know I can interrupt the VBA code with a Stop command, then
restart with the Run button from within the VBA editor.
What I'd like to have is code that allows VBA to stop the code and allow the
user restart the code to finish the save process, all without having the user
see/manipulate the VBA editor.
I'd appreciate any ideas.
Thanks very much,
Paul
I have a form that collects values, then sends those values to a Word
document. This works like a charm. I've been asked to have this Word doc
automatically save, which is fine. I can have the code write to the document
and save it to a specified directory. No problems there.
I'm anticipating the user wanting to potentially edit the Word doc before
saving. I know I can interrupt the VBA code with a Stop command, then
restart with the Run button from within the VBA editor.
What I'd like to have is code that allows VBA to stop the code and allow the
user restart the code to finish the save process, all without having the user
see/manipulate the VBA editor.
I'd appreciate any ideas.

Thanks very much,
Paul