I am working on a small project and fairly new to vba, but managing alright with the guidance of many helpful people. Here's what I'm looking at.
I have a workbook that saves a sheet to a new file for each client, the new filename contains the client name, a claim number, and the date it was saved. i.e. "Jim Tate 123456 04-30-10.xls" I would like to be able to search the directory where all these files are stored for a specific keyword like "tate" or "123456"
For any client there may be more than one file (from different dates) Ultimately, I would like to search for all file that match and be able to select and open the file for viewing and/or printing.
I am working with Excel 2007 under XP Pro SP 3.
Is there an effective way to accomplish this?
Thanks for the help
JakP
I have a workbook that saves a sheet to a new file for each client, the new filename contains the client name, a claim number, and the date it was saved. i.e. "Jim Tate 123456 04-30-10.xls" I would like to be able to search the directory where all these files are stored for a specific keyword like "tate" or "123456"
For any client there may be more than one file (from different dates) Ultimately, I would like to search for all file that match and be able to select and open the file for viewing and/or printing.
I am working with Excel 2007 under XP Pro SP 3.
Is there an effective way to accomplish this?
Thanks for the help
JakP