Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Am Fri, 21 Feb 2014 06:35:40 -0800 (PST) schrieb Archidamos: I have an Add In which is used by many worksheets. In every worksheet module there is the starting sub 'Start'. I created the icon in the Quick Access Toolbar and connected it to the macro located in Add In. From this macro I want to run the sub Start, which is in module belonging to currently opened worksheet. In summary, the point is to use one icon to run the macro 'Start' in different worksheets. if you run a macro from a different workbook you have to write the workbook name and the macro name like this: Application.Run ("'" & ActiveWorkbook.Name & "'!Start") Regards Claus B. -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Module call | Excel Programming | |||
Call other sub in the same module | Excel Programming | |||
how to call Access's function in different module in Excel VBA | Excel Programming | |||
how to call Access function&module in Excel VBA?? | Excel Programming | |||
Call Private Function from ThisWorkbook module | Excel Programming |