Xpialidocious
New Member
- Joined
- May 23, 2011
- Messages
- 1
Hi guys,
trying to get the following string to be calculated as a formular;
"'W:\....\Timesheets\[Some Ones_Timesheet.xls]We" & TEXT($I$2, "DDMMYY")& "'!E$15"
Triyed Evaluate() as below but it comes back with ref error
Function Eval(s As String)
Eval = Evaluate(s)
End Function
trying to get the following string to be calculated as a formular;
"'W:\....\Timesheets\[Some Ones_Timesheet.xls]We" & TEXT($I$2, "DDMMYY")& "'!E$15"
Triyed Evaluate() as below but it comes back with ref error
Function Eval(s As String)
Eval = Evaluate(s)
End Function