Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
a simple question,
i have a macro 'Complete' which i need to call several times from othe Macros, how exactly is this done -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can call a macro by simply placing its name in the
appropriate place. E.g., Sub AAA() ' some code Complete ' more code End Sub -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "praptisahni " wrote in message ... a simple question, i have a macro 'Complete' which i need to call several times from other Macros, how exactly is this done? --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
not quite sure what your issue is but the following should work: sub foo() 'do something complete end sub -----Original Message----- a simple question, i have a macro 'Complete' which i need to call several times from other Macros, how exactly is this done? --- Message posted from http://www.ExcelForum.com/ . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling a function in my SQL-DB from VBA | Excel Discussion (Misc queries) | |||
calling a new function Excel gives me #NAME? | Excel Worksheet Functions | |||
Function Calling Subroutine | Excel Programming | |||
problems calling this function | Excel Programming | |||
Calling a function from within EXCEL | Excel Programming |