Hi there,
I am getting a 1004 error here:
the docName variable is a string with the name of the external file, in this case "TeamFile.xlsm". I tried to get the workbook path in it, but get the same error.
I am running out of ideas. Perhaps someone could help please?
I am getting a 1004 error here:
Code:
Application.Run docName & "!UpdateTeam"
Code:
Application.Run wb3.Path & "\" & docName & "!UpdateTeam"