Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In Excel10, I have encountered a problem whereby when i quit Excel, it will
prompt me to save my Personal.xls (if there are unsaved changes), but it will NOT do the same for my custom add-ins. It will blissfully quit, quite content to erase all my unsaved work. I have worked around it by making a Workbook_BeforeClose() event that checks the saved status and prompts the user to save... but why does it do this in the first place? Is it a bug in Excel? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sounds like you have taken the optimal path. Generally, addins are intended
to be static. -- Regards, Tom Ogilvy "R Avery" wrote in message ... In Excel10, I have encountered a problem whereby when i quit Excel, it will prompt me to save my Personal.xls (if there are unsaved changes), but it will NOT do the same for my custom add-ins. It will blissfully quit, quite content to erase all my unsaved work. I have worked around it by making a Workbook_BeforeClose() event that checks the saved status and prompts the user to save... but why does it do this in the first place? Is it a bug in Excel? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop prompting for save the changes in Excel | Excel Discussion (Misc queries) | |||
Excel Macro Save CSV Cell without Prompting | Excel Discussion (Misc queries) | |||
File closes without prompting to save | Excel Discussion (Misc queries) | |||
calculation - prompting to save when file closes | Excel Discussion (Misc queries) | |||
How do I stop Excel from prompting to enable or disable macros? | Excel Discussion (Misc queries) |