Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Automation COM Addin with Excel

I am moving my library of VBA functions to a COM automation addin.
Here are some questions -

1. How can I add the addin functions code to .bas (module) files
instead of only to the .dsr file as described in the MSKB article
285337 "Create a Visual Basic Automation Add-in for Excel Worksheet
Functions"

2. I would like a rgistration form to pop up when the a user first
uses the COM add-in. Thus far II'm doing this as follows -

Private Sub AddinInstance_OnStartupComplete(custom() As Variant)
Call ShowForm
Exit Sub
End Sub

The form only pops up when a user clicks the insert function wizard.
If the insert function icon is not clicked and the user instead enters
=P then Excel crashes. What is the right way to do this?

3. Is it possible to add argument help to the COM automation addin
for Excel? If so how?


Any help would be greatly appreciated.

Regards,
Puneet
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
UDF's via Automation Addin in Excel 2010? Ralf Steinstraesser Excel Worksheet Functions 1 February 15th 10 03:44 PM
Excel C# AddIn Stephen Bullen[_3_] Excel Programming 0 June 24th 04 01:08 AM
Excel Addin help!!! Carl Excel Programming 0 January 5th 04 04:38 PM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM
Excel COM Addin vik Excel Programming 0 November 4th 03 10:19 PM


All times are GMT +1. The time now is 12:29 AM.

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"