Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a lot of code and was looking at my macros and saw one that needs to be run. Rather than going though all the code to check this, I was wondering if there is any way I could test if this macro is called by another macro? Just a thought Thanks in advance Dave |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if you use the coding "Call MyOtherSub" generally, just search the
whole project for that string in the find/edit/replace area of the VB editor (in the toolbar under "Edit"). susan On Jun 24, 10:10*am, "DaveM" wrote: Hi I have a lot of code and was looking at my macros and saw one that needs to be run. Rather than going though all the code to check this, I was wondering if there is any way I could test if this macro is called by another macro? Just a thought Thanks in advance Dave |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bob, Susan
"Susan" wrote in message ... if you use the coding "Call MyOtherSub" generally, just search the whole project for that string in the find/edit/replace area of the VB editor (in the toolbar under "Edit"). susan On Jun 24, 10:10 am, "DaveM" wrote: Hi I have a lot of code and was looking at my macros and saw one that needs to be run. Rather than going though all the code to check this, I was wondering if there is any way I could test if this macro is called by another macro? Just a thought Thanks in advance Dave |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do a Ctrl-F and go hunt it.
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "DaveM" wrote in message . uk... Hi I have a lot of code and was looking at my macros and saw one that needs to be run. Rather than going though all the code to check this, I was wondering if there is any way I could test if this macro is called by another macro? Just a thought Thanks in advance Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Different Macro behavior when called from Immediate Window vs. She | Excel Programming | |||
called macro | Excel Programming | |||
Need syntax for RUNning a Word macro with an argument, called from an Excel macro | Excel Programming | |||
Worksheet_Change sub does not trigger a called macro | Excel Programming | |||
which FormField called a macro? | Excel Programming |