Thread: Close file
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Close file


You can write :

ActiveWorkbook.Close False

Juha

-----Original Message-----
How do I close a file without saving the changes? I am

using
ActiveWorkbook.close - is there a parameter I can add

onto the end of this
statement?

MB


.