3

I was working with VB6 last year and I used an Add-on that made it possible to search not only for the definition of objects or functions but also find all references or calls of specific objects or functions.

Unfortunately I can't remember where I got it from. Can anybody help on that?

Thanks in advance!

Deanna
  • 23,876
  • 7
  • 71
  • 156
Toris
  • 33
  • 3

1 Answers1

9

MZTools.

It is the essential free tool for all VB6 and VBA developers.

MarkJ
  • 30,070
  • 5
  • 68
  • 111
  • 1
    How can you get the `Find All References` right click menu item with MZTools? – CJ7 Jan 20 '13 at 20:20