Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do I make the sheets in an addin visible...?
thanks Simon |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Make it not an addin -
or perhaps have the addin copy its sheets to a new workbook. -- Regards, Tom Ogilvy "Simon Shaw" <simonATsimonstoolsDOTcom wrote in message ... how do I make the sheets in an addin visible...? thanks Simon |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
how do I make it not an addin? I tried changing the extention to .xls
thanks "Tom Ogilvy" wrote: Make it not an addin - or perhaps have the addin copy its sheets to a new workbook. -- Regards, Tom Ogilvy "Simon Shaw" <simonATsimonstoolsDOTcom wrote in message ... how do I make the sheets in an addin visible...? thanks Simon |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Change the IsAddin property to False
Do this in the VBE using the property window. -- Regards, Tom Ogilvy "Simon Shaw" <simonATsimonstoolsDOTcom wrote in message ... how do I make it not an addin? I tried changing the extention to .xls thanks "Tom Ogilvy" wrote: Make it not an addin - or perhaps have the addin copy its sheets to a new workbook. -- Regards, Tom Ogilvy "Simon Shaw" <simonATsimonstoolsDOTcom wrote in message ... how do I make the sheets in an addin visible...? thanks Simon |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If it is your Addin Simon, you can do so from the VBE and change the IsAddin property from the Properties window of ThisWorkbook to False - use the right drop down arrow.
Otherwise it may be password protected. Regards Robert McCurdy "Simon Shaw" <simonATsimonstoolsDOTcom wrote in message ... how do I make the sheets in an addin visible...? thanks Simon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Edit Sheets in Excel Addin | Excel Discussion (Misc queries) | |||
Adding a sheets name to the worksheets that are copied over from an addin file to the activeworkbook | Excel Programming | |||
Addin working on all sheets | Excel Programming | |||
Remove Excel AddIn from AddIn List !! Help | Excel Programming | |||
From my Addin, referring to activeworkbook's sheets by their codenames | Excel Programming |