Resolvido:
Private Sub CommandButton1_Click()
If Me.TextBox2.Text = "" Then
MsgBox "Digite uma posição!", vbCritical
Else
Planilha1.Cells(4, 2).Value = TextBox2.Value & "-" & Format(TextBox1.Value, 0)
Planilha1.Cells(1, 1).Value = TextBox2.Value
Call carregarDados
Unload Me
End If
End Sub
Postado : 16/12/2019 7:31 am