Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a menu option in my addin which lets the user see and change a
parameters sheet, with paths to other workbooks etc. Sub ShowParameters(FakeArg as boolean) thisworkbook.isaddin=false end sub To ensure that it doesn't get saved with the parameters showing, I've put the following code in the ThisWorkbook module of the addin: Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, _ Cancel As Boolean) Msgbox "The BeforeSave event of the addin was triggered" ThisWorkbook.IsAddin=true 'After this runs, the ActiveWorkbook gets saved instead of this one. End Sub If there is any other workbook open, then it gets saved instead of the addin. Is this a bug in Excel or am I doing something wrong??? Thanks Rob |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 file saved as .xls prints wrong on computer w 2003 software | Excel Discussion (Misc queries) | |||
"Document not saved" message. What is wrong? | Excel Discussion (Misc queries) | |||
I keep losing saved Excel macros, what am I doing wrong? | New Users to Excel | |||
How can I see a copy of a saved workbook before I saved it again? | Excel Worksheet Functions | |||
how do I recover a file where I accidently saved it as the wrong f | Excel Worksheet Functions |