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 Is there a quick way to find sub references in code?

See if Rob Bovey's code documenter is a help,
http://www.appspro.com/Utilities/Documentor.htm

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"excelnut1954" wrote in message
ups.com...
Is there a way to locate any subs where code in another sub might be
called?
Example: There have been situations where I have a sub that is now
obsolete, and I want to make sure it is still not referenced in any
other sub.

Is there a quick way within VBA to locate these references, other than
to just read them.

Thanks,
J.O.