I have the following line in a function called GRADER, which keeps returning an error:
It seems that the error is due to the quotes around the string "U". So is there any other way to embed a string within another string?
Thanks for viewing.
Code:
GRADER = Application.Evaluate("VLOOKUP(" & a.Address & ",{0,"U";0.5,5;0.6,4;0.65,3;0.7,2;0.75,1},2)")
It seems that the error is due to the quotes around the string "U". So is there any other way to embed a string within another string?
Thanks for viewing.