View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter[_18_] Peter[_18_] is offline
external usenet poster
 
Posts: 3
Default To say "no" with vba

Hi,
I have a macro
....Windows("Data.xls").Activate
ActiveWindow.Close
Application.ScreenUpdating = True

.....

that closes the workbook and it ask me everytime "Do you
want to save the changes you made?" and i must click it NO
Is it possibile not having this question automatize the
answer "NO". Regards
Pet