View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Closing a workbook with no alerts

workbooks("myworkbook.xls").close savechanges:=false



Antonio Atala wrote:

How do I close a workbook without showing the alerts and without saving it
Thanks in advance


--

Dave Peterson