Hi all,
I'm trying to use this argument (arg):
'T:\SUPERVISOR REPORTS\2018\[May 2018.xlsx]10-D!R7C2
like this:
GetValue = ExecuteExcel4Macro(arg)
BTW, arg is created like this:
arg = "'" & path & "[" & file & "]" & sheet & "!" & Range(ref).Range("A1").Address(, , xlR1C1)
(it was found...