Code:
Public SaveName as String
Set y = Workbooks.Open("C:\A\B\C\ & SaveName & ".xlsx")
Very small question please...how does one get around the "period" when concatenating the above? Because the above returns an error because of it.
Thank you