Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
VBA's help also shows this as a derived math function:
Inverse Cosine Arccos(X) = Atn(-X / Sqr(-X * X + 1)) + 2 * Atn(1) Steven wrote: Can anyone help me? This line of code bring up the message when run "sub or function not defined" and highlights the acos in the code. Cells(i, 2) = Cos([L2] * Acos(Cells(i - 1, 2) / Radical)) I've tried alot- can you help me? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-time error '50290': Application-defined or object-defined erro | Excel Discussion (Misc queries) | |||
Application-Defined or Object-Defined Error on simple code | Excel Programming | |||
Application-Defined or Object-Defined Error on simple code | Excel Programming | |||
Application-defined or object-defined error - missing the basics | Excel Programming | |||
User Defined Fuction Returning Range Help | Excel Programming |