Searching All Excel VBA Files for macros

  • Thread starter Thread starter Noel Luke
  • Start date Start date
N

Noel Luke

I wrote a vba loop that saves the file being processed every 20
iterations. But I have so many Excel files that I'm having troubl
finding this particular macro. I'm running on MS XP and used the X
search feature with file type set to Excel vba and no matter what
search for, e.g., "activecell?, I find nothing? What am I doing wrong?

Noe
 
You may get lucky if you use windows start button|Search/find to look for a
string you know is in the code.

Activecell may appear too many times to be a really useful search term (but
maybe not???).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top