View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Accessing worksheets in xla add-in file

in the properties of the workbook, change isaddin to false. When done,
change it back.

You can reference the addin from the addin using ThisWorkbook.

--
Regards,
Tom Ogilvy

"ExcelMonkey" wrote in message
...
I have some sheets in my add-in file. how can I acces them manually.

That
is, you cannot see them when using the file as an Add-in.

Secondly, if I wanted to access data in these sheets, can I simply use the
Thisworkbook Object to do so?

Thanks