Here’s what I have… Column A contains 6 character strings… These strings represent the first 6 characters of .xls file names (all unique to one particular file) in a certain directory… I need to loop through the list… opening the file, doing some other stuff and then closing the file…
I can’t get the file to open… I’ve done this code many times with the FULL file names… I thought that I could use a wildcard character when specifying which file to open, but it’s not working… Is this possible??
Thanks All!!