Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Displaying help for an addin

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Displaying help for an addin

Maybe you could use a userform to display the help:

http://j-walk.com/ss/excel/tips/tip51.htm
from John Walkenbach's site.

Tony McGee wrote:

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


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Displaying help for an addin

Another idea.

In your addin, code that does

Thisworkbook.Worksheets("Help").Copy

should put it up as a new workbook with a single sheet - your help sheet -
kind of a help window.

--
Regards,
Tom Ogilvy

"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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there an addin for displaying correlation matrices as contour p Chrissy Wissy[_2_] Charts and Charting in Excel 2 July 10th 07 01:24 PM
Removing an Addin from the Tools Addin list. Trefor Excel Programming 2 August 25th 06 04:45 PM
Unshimmed Automation Addin and Shimmed COM Addin in same App Domai Brandon Excel Programming 0 June 27th 06 11:18 PM
COM Addin in C# Hailiang Excel Programming 0 July 15th 04 08:09 AM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM


All times are GMT +1. The time now is 04:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"