View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default "save changes pop up"

ActiveWorkbook.close Savechanges:=True

would be one guess. Reset is not a verb for workbooks in Excel, so what
you mean by that is not self defining.

--
Regards,
Tom Ogilvy

"Michelle" wrote in message
...
I have a program that will reset different workbooks but
each time you hit reset you have to click the save changes
to XX file button 20 times. Is there any way to make it
just save changes without prompting you.