Hem / Tips & tricks
Private Sub Command1_Click() Dim s As Integer s = 5 MsgBox Format(s, "currency")End Sub