The following should work by calculating the offsets.
Private Sub Command1_Click()
Dim Angle As Single, Arad As Single
Dim circrad As Single
Dim x As Long, y As Long
Dim PI
PI = (4 * Atn(1))
circrad = 2000 'set radius
Angle = 12 + (45 / 60) + (35 / 3600)
Arad = Angle * PI / 180 ' convert to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.