crpjaviman
Technical User
I am attempting to open a file that the first part of the name will change on a monthly basis. I recorded a macro and this is the code that it generated:
Workbooks.Open FileName:= _
"\\Trunks Data\Feb 02 123.xls"
My question is: is it possible to open a file with a wildcard "\\Trunks Data\*123.xls"? I have tried different combos with no luck. I am trying to keep it as easy as possbile for the next person.
Any suggestions?
Thanks,
Crpjaviman
Workbooks.Open FileName:= _
"\\Trunks Data\Feb 02 123.xls"
My question is: is it possible to open a file with a wildcard "\\Trunks Data\*123.xls"? I have tried different combos with no luck. I am trying to keep it as easy as possbile for the next person.
Any suggestions?
Thanks,
Crpjaviman