Display sheet from loaded Addin

  • Thread starter Thread starter Stuart
  • Start date Start date
S

Stuart

Is it possible to display a sheet from a loaded addin, allow
access to the sheet, then 'hide' it again, please?

Regards.
 
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.
 
You could always set the IsAddin property of that workbook to False, it all
becomes visible then, and then reset back to True at some point.

Workbooks("Easyfilter.xla").IsAddin = False



--

HTH


RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top