> When you bring up the userform,
>
[quoted text clipped - 4 lines]
>
> (Doesn't work in Word 97)
That works partially but word also pops up the screen "do you want to
save changes" prior to the QC form being acted upon.
Any suggestions for that? Thanks again!
David Sisson - 31 Dec 2007 13:16 GMT
> That works partially but word also pops up the screen "do you want to
> save changes" prior to the QC form being acted upon.
> Any suggestions for that? Thanks again!
If they change the form, of course it's going to ask to save. You do
want the changes to be saved?
Personally, I wouldn't do this in the close event. I would add a
menubar item that says "Check doc". Let the code check the document,
then manually let the user close the document and save changes.
But then, I really don't understand how your document flows.
Show me the code in the Close event. Or expound on what you're trying
to accomplish.