View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Catch _AfterSave Event & Saved Property Problem ...

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