View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Calling macro in add-in.

Application.Run "YourAddin.xla!YourSuperMacro"

Try this

--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Clark B" wrote in message ...
Hi!

I got a small macro that should trigger a macro in an installed add-in. But
I do not succeed. Just writing the name gives error: Sub or function not
defined.

Any tips?

Clarkie