I am having trouble with my acos function:
d=Application.WorksheetFunction.acos(c)
where c is in radians and there is no error in it.
The error statement says:
"Unable to get the Acos property of the WorksheetFunction class"
I know there are other ways of getting the Acos function to...