Joe,
Try setting the Saved property
ThisWorkbook.Saved = True
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Joe HM" wrote in message
ups.com...
Hello -
I actually figured it out ... I guess. The function interface that the
VB Editor generated did not have the Cancel as byref. I changed that
and set it to true to cancel the action. Then I just open up the Save
As dialog and check wheter it returned False or not.
The only problem I have not fixed yet is how to clear the "changed"
buffer or whatever that is.
Thanks,
Joe