?
=?iso-2022-jp?B?RVhDRUwbJEIhIRsoQk5FV1M=?=
hi,
here is my self defined fun .
Function t1(sita As Double, t0 As Double, l0 As Double) As Double
sita = (sita - 90) / 180 * 3.14159265
t1 = t0 - l0 * Tan(sita)
End Function 'ok
but when i use it in worksheet ,as =T1(95,7.5,20) ,it #REF!s.
when i change t1 to tt1,it works well.
why
thanks
here is my self defined fun .
Function t1(sita As Double, t0 As Double, l0 As Double) As Double
sita = (sita - 90) / 180 * 3.14159265
t1 = t0 - l0 * Tan(sita)
End Function 'ok
but when i use it in worksheet ,as =T1(95,7.5,20) ,it #REF!s.
when i change t1 to tt1,it works well.
why
thanks