VBA Excel problem - including sheets in Add-in worksheet to link to

  • Thread starter Thread starter Rory Sullivan
  • Start date Start date
R

Rory Sullivan

I am writing a help screen for my add-in package of programs, whic
simply reads from "helpsheet" worksheet. However I don't want th
worksheet to open everytime I link to it, and I can't seem to get it t
be added to my Add-in, as worksheet. The books tell me it has to b
activate, and should be in the THisworksbook package, so:
a) If necessary how do I move a worksheet into the Thisworkbook of a
'existing 'Add-in,
b) If I do or do not, can how can I keep it active but not visible, o
else there is no point to of having a more sophisticated looking Hel
screen, I might as well just link to the helpsheet worksheet.

Any help would be appreciated.

Ror
 
Rory,

ThisWorkbook refers to this workbook, and includes all worksheets within
that workbook. In an add-in, you can have worksheets and use them, but I
don't think you can make these visible (I may be wrong, never thought to do
it myself). As such, I think you have a fundamental problem. In my add-ins,
I either use a proper help file, or I create a simple form which I display
to give the help instructions. You could try this.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(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