View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] meow@regretless.com is offline
external usenet poster
 
Posts: 1
Default make macros (sub) work for add-in?

Hello,

I've followed this tutorial (http://www.fontstuff.com/vba/vbatut03.htm)
to build an add-in file for my excel 2003. It lists functions when the
add-in is loaded in the function menu. However the main portions of my
code is subrountines. I run them from the Macro menu. After I saved the
file as an add-in file and loaded it into my excel, I no longer see the
subs in the macro menu. Is there a way to make them show whenever excel
is opened?

Thanks