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 Display sheet from loaded Addin

You could copy it to a new workbook, then copy the information back and
close the workbook without saving.

As you might have noted, sheets which are visible when you convert the
workbook to an addin, are not visible - so that might tip you off.

--
Regards,
Tom Ogilvy

"Stuart" wrote in message
...
Is it possible to display a sheet from a loaded addin, allow
access to the sheet, then 'hide' it again, please?

Regards.