Is there a way to open a Excel file with a certain prefix using VBA?
Like I have my files stored in a folder C:\excel files1\ with name being ABC001.xlsx and DEF002.xlsx.
I have written two macros to process them individually, which involves opening both files, process and then closing them...