View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
cscorp[_4_] cscorp[_4_] is offline
external usenet poster
 
Posts: 1
Default Disabling Save Upon Exit


The easiest way to do that is to set application level events, the
intercept the call to the save method and cancel the operation b
setting the cancel property to true. Let me know if you need the cod
to the that

--
cscor
-----------------------------------------------------------------------
cscorp's Profile: http://www.excelforum.com/member.php...fo&userid=2401
View this thread: http://www.excelforum.com/showthread.php?threadid=37633