View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
EvolBob EvolBob is offline
external usenet poster
 
Posts: 16
Default sheets in an addin

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