Converts Miles to Kilometers
Converts Miles to Kilometers
API Declarations
PS. The email address to contact me is different from the last
thing I posted.
Just
Rate Converts Miles to Kilometers
(2(2 Vote))
'one command button
'2 labels and 2 textboxes
'I used generic names for the controls _
here. I normally name them something.
Private Sub Command1_Click()
Text2.Text = Val(Text1.Text) * 1.61
Text1.SetFocus
End Sub
Converts Miles to Kilometers Comments
No comments yet — be the first to post one!
Post a Comment