So mais esta aqui:
Private Sub UserForm_Initialize()
TextBox3.Value = "R$ " & Sheets("Venda1").Range("S4")
End Sub
Esta tudo certinho, porem na Plan celula S4 = R$ 54.54 , mas aparece 54,543 na Useform. Queria que aparecesse exatos 54,54, pois na plan so deixei 2 casas decimais.
Outro problema é se S4 = R$ 100.00 , neste caso so vai aparecer na textBox3 = R$ 100, queria que aparecesse R$ 100.00
Estando eu na Useform qual comando para fazer com que a TextBox1 ( dentro da Useform) Varie seu texto apresentando conforme umas das Myoption abaixo ?
Quero que se Myoption = 1 entao, Dinheiro
Se Myoption =2 entao Cartao
Dim Opt As String
Dim Myoption As String
If Opt1.Value = True Then
Myoption = "1"
Else
If Opt2.Value = True Then
Myoption = "2"
Else
If Opt3.Value = True Then
Myoption = "3"
Else
If Opt4.Value = True Then
Myoption = "4"
Else
If Opt5.Value = True Then
Myoption = "5"
Else
If Opt6.Value = True Then
Myoption = "6"
Else
If Opt7.Value = True Then
Myoption = "7"
Else
If Opt8.Value = True Then
Myoption = "8"
Else
If Opt9.Value = True Then
Myoption = "9"
Else
If Opt10.Value = True Then
Myoption = "10"
End If
End If
End If
End If
End If
End If
End If
End If
End If
End If
Grato
Andre
Postado : 03/09/2016 9:10 am