Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Apparently an Excel Workbook w/ at least one Chart
in it will normally ask if the user wants to Save it, even if no changes of any kind have been done... This is "Scenario A". That can be prevented by adding the below in the Excel Object "ThisWorkbook".... Private Sub Workbook_BeforeClose(Cancel As Boolean) ThisWorkbook.Saved = True End Sub However, this stops a request to save a change WHEN something has been changed = This is "Scenario B". How do I prevent "Scenario B", but retain "Scenario A"??? TIA - Bob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shared Workbooks Saving | Excel Discussion (Misc queries) | |||
SAVING DATA TO CLOSED WORKBOOKS | Excel Worksheet Functions | |||
Saving changes in shared workbooks | Excel Discussion (Misc queries) | |||
Messages after saving in sharerd workbooks | Excel Discussion (Misc queries) | |||
Saving Charts to .htm | Excel Worksheet Functions |