Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you call or run a sub from an installed ADD IN using VBA
APPLILACTION.RUN "ADDIN_NAME.XLA!SUBNAME" does seem to work TIA Mike |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you spell application correctly, that is the way to do it.
APPLICATION.RUN "ADDIN_NAME.XLA!SUBNAME" The addin must be loaded. -- Regards, Tom Ogilvy "MIKE215" wrote in message ... How do you call or run a sub from an installed ADD IN using VBA APPLILACTION.RUN "ADDIN_NAME.XLA!SUBNAME" does seem to work TIA Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|