Where can I find the procedure called from this Excel VBA Application.Run statement?
Posted
by HenryTyler
on Stack Overflow
See other posts from Stack Overflow
or by HenryTyler
Published on 2010-06-17T10:19:41Z
Indexed on
2010/06/17
10:23 UTC
Read the original article
Hit count: 198
I'm working with an Excel VBA "Sub" that contains a statement like:
Application.Run ("Menu_SomeProcedure")
which is calling some code or functionality which I need to inspect but I'm unable to find the implementation of "Menu_SomeProcedure" anywhere in the VBA module code. Where should I look to find it? I am using Microsoft Office Excel 2003.
© Stack Overflow or respective owner