Add-In Question

  • Thread starter Thread starter Fountainhead
  • Start date Start date
F

Fountainhead

I have createed an AddIn following the steps outlined here
http://tinyurl.com/genql.

So I have an addin *.xla file. I have successfully added it through
Tools --> Addin, and checked the box next to my Addin's name.

However when I try to fire the macro in the Addin via Tools, Macro,
Macros, nothing appears in the Macro box.

I renamed Module1 to MainModule and put my public function there, but I
don't think that would cause it.

Any idea what I did wrong?

(Excel 2000, Addin written in Excell 2000 VBa enviroment)
 
You won't see it. Press <Alt><F8>, and in the macro box type in the name.
It will run
 
Macros in add-ins aren't shown in the macro dialog box. When you
write an add-in you need to also write the user interface for the
add-in, typically menu items or a command bar.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Fountainhead"
in message
news:[email protected]...
 

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