G
Guest
Can someone tell me if you can use wild cards while calling an excel file to be opend and if so how.
for exampl
This is a line of vba code I used and it doesn't wor
Set ExcelSheet = GetObject("C:\MyExcelFiles\"MyExcelFile*.xls")
Is there a way to use wild cards like the astrik "*" when using vba code to get and open an .xls file ??
Thankyou, Da
for exampl
This is a line of vba code I used and it doesn't wor
Set ExcelSheet = GetObject("C:\MyExcelFiles\"MyExcelFile*.xls")
Is there a way to use wild cards like the astrik "*" when using vba code to get and open an .xls file ??
Thankyou, Da