I am moving a excel VBA from PC to Mac and one line has an Evaluate function, for example:
Public Function test()
test = Evaluate("=2+2")
End Function
However, if I try and run the macro on the mac the function returns #name. Is there an equivalent function on the Mac side to Evaluate?