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

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