Poxa.... parece simples mas estou "levando um baile".
Não pode salvar sem preencher os campos. O que ele faz: está dando a mensagem está em branco o cliente, depois o endereço e no final diz Salvo com sucesso...mas ..não salvou nada....onde eu errei...sei que é facil, mas eu nao sei mais onde alterar
Private Sub SalvaRegistro(ByVal id As Long, ByVal indice As Long)
With wsCadastro
.Cells(indice, colCodigo).Value = id
If txtcliente.Value = "" Then
MsgBox "Preencha o campo cliente", vbInformation + vbOKOnly, "teste"
MultiPage1.Value = 1
txtcliente.SetFocus
Exit Sub
End If
If txtendereco.Value = "" Then
MsgBox "Preencha o campo endereço", vbInformation + vbOKOnly, "teste"
MultiPage1.Value = 1
txtendereco.SetFocus
Exit Sub
End If
Postado : 24/04/2017 4:35 pm