I know this works when I am in the file I from which I wish to retrieve the info:
But if I am not in the correct file, what is the syntax. This does NOT work:
Code:
Let ThePath = Sheets("intParam").Range("ThePath").Value
But if I am not in the correct file, what is the syntax. This does NOT work:
Code:
Let ThePath = windows.("Projects.xlsm").Sheets("intParam").Range("ThePath").Value