I have several XLS files in a folder. They are all name similarly:
2111-13252 (1-5-08)
2111-12345 (5-32-07)
1122-21935 (9-5-08)
Location - Account (Date)
In Excel, I want to be able to search for a file. Bring up a popup where the user types in the 5 digit account number [MID(7,5)]. Code searches all files for that account number. If it finds it, then create MsgBox with the entire filename.
So the user types in 21935 in the popup.
Code looks for these digits in the folder, based off characters 6 - 10 of the filenames in that folder.
When it finds it, display filename in a MsgBox, so in this case "1122-21935 (9-5-08).xls"
Thanks
Bookmarks