View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Test if macro is called by another macro

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