David, I tried to contact Matt, my emails don't get through. Can't get him. Can you email him my shipping address? You know it.
Thanks,
Jetijs
Thanks,
Jetijs
Public Sub Lambright() Dim x, count x = 0.61059195 Do While x < 1 x = x ^ (0.5) count = count + 1 If count > 100 Then Exit Do Debug.Print x; count Loop Debug.Print x; count; "Done" End Sub
Comment