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

http://www.cpearson.com/excel/vbe.htm

has a procedure for getting the names as I recall.

--
Regards,
Tom Ogilvy


"Newbie" wrote:

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.