txtCANDollars = Format ( 1.5 * txtUSDollars, "currency" )Etc.
I'll post all the code tomorrow when I can get it.
Thanks :)
(Edited by Ruck at 12:09 am on Sep. 19, 2001)
Posted 18 September 2001 - 09:39 PM
txtCANDollars = Format ( 1.5 * txtUSDollars, "currency" )Etc.
I'll post all the code tomorrow when I can get it.
Thanks :)
(Edited by Ruck at 12:09 am on Sep. 19, 2001)
Posted 25 September 2001 - 09:37 AM
(Edited by Ruck at 9:38 am on Sep. 25, 2001)
Posted 25 September 2001 - 10:09 AM
Posted 28 May 2002 - 07:31 PM
Private Sub Command1_Click()If (Can.Text = True) Then Us.Text = (1.5 * Can.Text) Else Can.Text = (Us.Text/1.5) End If
The formulas are incorrect I am sure of (I'm not up to date with the currency convertation) but the code is correct.
End Sub
Posted 13 January 2009 - 03:18 PM
xilica, on 28 May, 2002 - 06:31 PM, said:
Private Sub Command1_Click()<p>If (Can.Text = True) Then Us.Text = (1.5 * Can.Text) Else Can.Text = (Us.Text/1.5) End If<p>The formulas are incorrect I am sure of (I'm not up to date with the currency convertation) but the code is correct.<p>End Sub