how to recognize Workbook.Close SaveChanges=FALSE

G

Guido Buecker

hi there,

i have AddIn that uses the WorkbookBeforeClose event to do some special
tasks.

now i need to destinguish whether the workbook should be closed with or
without
saving the changes (i want to know the value of the SaveChanges parameter).

is there any way of knowing the parameters value?

thanks, guido
 
Top