Hi all,
I'm fairly new to VBA and looking for a solution to the following problem.
I have some code which is pulling data from a closed workbook and pasting into an open, master workbook.
The reference to the closed workbook is as follows:
srcPath = masterPath & "\Raw Data\TestDataGSP1.xlsx"
Instead of using this fixed path, how can i look for any file which contains the string 'GSP' within it.
Thanks in advance!
Bookmarks