How to escape the Workbook Save?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H

It seems Excel saves the workbook every time when the Save button is clicked as the workbook date time has been changed. Is it possible to escape the save if Workbook.Saved = true inside ExcelApp.WorkbookBeforeSave() event handler

Thanks a lo

Jie
 
Hi
within this event procedure add the line
Cancel=True
-----Original Message-----
Hi

It seems Excel saves the workbook every time when the
Save button is clicked as the workbook date time has been
changed. Is it possible to escape the save if
Workbook.Saved = true inside ExcelApp.WorkbookBeforeSave()
event handler?
 
I tried this and it still saves the workbook as the modified date of the workbook file indicates

Jie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top