Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Since you are writing the code that would set the parameters, you should be
able to determine what option you set and pass that information or store it so it can be accessed where you need it. I doubt there is a reliable way to determine it dynamically in the Workbook_BeforeClose event. -- Regards, Tom Ogilvy "Guido Buecker" wrote in message ... hi there, i have an AddIn that uses the Workbook BeforeClose event. now the wokbooks can be close using the "Workbook.Close SaveChanges=FALSE" method. depending on the value of the SaveChanges parameter of the Close method i need to do certain actions. is there any way to get the value of the SaveChanges Parameter (or even to know whether Close has been called with or without parameters?) thanks, guido |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sum to recognize new rows | Excel Discussion (Misc queries) | |||
VBA - Do Loop or SaveChanges = false | Excel Discussion (Misc queries) | |||
How to choose if I use a parameter or not in a parameter query | Excel Discussion (Misc queries) | |||
recognize formula | Excel Worksheet Functions | |||
Recognize #div/0! | Excel Discussion (Misc queries) |