View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jie Jie is offline
external usenet poster
 
Posts: 2
Default How to escape the Workbook Save?

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