View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Belinda Belinda is offline
external usenet poster
 
Posts: 23
Default Closing a workbook

Hello All

I have built a application in Excel which uses multiple workbooks when
I press a button I jump from one workbook to another.

To exit a workbook I used the following Activeworkbook.close but
everytime I do this I get a message to save or discard the changes
from Excel. All these workbooks are reports and no changes are made
whatsoever.

Can you kindly provide a workaround how I can close the workbook
programatically without encountering this save or discard message.

Many thanks
Belinda