Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? Thanks a lot Jie . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I tried this and it still saves the workbook as the modified date of the workbook file indicates
Jie |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try disabling events in the application object
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Escape key won't work | Excel Discussion (Misc queries) | |||
why does my mouse turn off when I press escape? | Excel Discussion (Misc queries) | |||
Escape for special characters in string | Excel Programming | |||
DIsabling Escape Key while dialog active | Excel Programming | |||
How to escape this error message | Excel Programming |