View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Displaying help for an addin

To add a new workbook with a copy of your help sheet -

Thisworkbook.worksheets("myHelpSheet").copy

(called from within your addin)

Regards,
Peter T


"Tony McGee" wrote in message
...
I have written an addin which works OK. It inserts a new menu into Excel

to
do it's stuff.

However, I have a "Help" sheet within the addin file. Can I & if so, how

do
I call this from my menu to display my addin help worksheet from within

any
Excel file once the addin is installed.

Thanks
Tony McGee