Feb 20, 2004 #1 mikeyc1204 Programmer Joined Feb 20, 2004 Messages 4 Location US I'm looking to put together a VBA procedure that will loop through all xls files in a directory and determine if any macros exist. Is this possible? Thanks!
I'm looking to put together a VBA procedure that will loop through all xls files in a directory and determine if any macros exist. Is this possible? Thanks!
Feb 20, 2004 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR What have you so far ? Upvote 0 Downvote
Feb 20, 2004 Thread starter #3 mikeyc1204 Programmer Joined Feb 20, 2004 Messages 4 Location US I have a string array that contains the path and file name of each workbook in the directory. So basically.. nothing. Is there a way to determine if a workbook object contains a macro without opening it? Upvote 0 Downvote
I have a string array that contains the path and file name of each workbook in the directory. So basically.. nothing. Is there a way to determine if a workbook object contains a macro without opening it?