View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Newbie Newbie is offline
external usenet poster
 
Posts: 1
Default How to get list of all Excel macro names on my machine?

I've googled for this and found a lot of questions but no answers that
I can use.

How would I write a procedure in VBA that will look through all Excel
files on my machine and make a list of all the macro names? I can
handle looping through the files but I don't know how to get the macro
names from a file in Excel 2000.

Thank you very much.