How to make an Add-in show under Run->Macro

M

mliungman

Hi!

I just managed to create an Add-in on our server that shows up fine on
my workstation. The macro is not available though. I can see it and run
it in VBE, but it's not listed under Run --> Macro.

Please advice!

Martin
 
B

Bob Phillips

It doesn't show, but you can still run it by typing it in the textbox

myAddin.xla!MySub

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
B

Bob Phillips

BTW, functions will show in the function list.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
M

mliungman

Thanks guys!

You gave several answers to my first question, and the second solve
itself. I was having computer problems, not VBA problems.

Marti
 
Top