dani9
08-12-2011, 01:49 AM
HI,
I have this file name: "April 2011 Ref Data" and the first part (April 2011) will be changed every month.
So I am trying to use a wildcard to open it. This is what I have so far:
Workbooks.Open (ThisWorkbook.Path & "\" & "*" & "Ref Data.xlsx")
Any ideas why it is not working??
I have this file name: "April 2011 Ref Data" and the first part (April 2011) will be changed every month.
So I am trying to use a wildcard to open it. This is what I have so far:
Workbooks.Open (ThisWorkbook.Path & "\" & "*" & "Ref Data.xlsx")
Any ideas why it is not working??