View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Viall[_2_] John Viall[_2_] is offline
external usenet poster
 
Posts: 7
Default Closing Workbook without Questions

I have a spreadsheet macro running in Workbook 1, that opens Workbook 2,
manipulates some data, copies data from WB2 to WB1, and then closes WB2. How
do I get it to just close the workbook, without prompting me to save it with
changes?

Thanks,
John