Olá tenho pouco conhecimento em (Quase nenhum ) rs em VBA e gostaria de aprender um pouco , estou criando uma p´lanilha porem quando tento colocar em vba aparece seguinte erro "ERRO DE COMPILAÇÃO, MÉTODO OU MEMBRO DE DADOS NÃO ENCONTRADO " Colocarei a seguir o código que estou usando :
Private Sub bt_Cadastrar_Click()
linha = Sheets("BASE").Cells(Rows.Count, "A").End(xlUp).Offset(1, 0).Row
Plan1.Cells(linha, 1).Value = Me.txt_Aluno.Value
Plan1.Cells(linha, 2).Value = Me.txt_Série.Value
Plan1.Cells(linha, 3).Value = Me.txt_Idade.Value
Plan1.Cells(linha, 4).Value = Me.txt_Contato.Value
Plan1.Cells(linha, 5).Value = Me.txt_Escola.Value
Plan1.Cells(linha, 6).Value = Me.txt_Turno.Value
Plan1.Cells(linha, 7).Value = Me.txt_End.Value
Plan1.Cells(linha, 8).Value = Me.txt_Lote.Value
Plan1.Cells(linha, 9).Value = Me.txt_Rota.Value
Me.txt_Aluno.Value = Null
mensagem = MsgBox("Dados cadastrados com sucesso", vbInformation, ":: Cadastro ::")
End Sub
Aguardo muito Ajuda de vcs Obrigado !
***Para tua segurança, não é permitido postar dados pessoais aqui no fórum.
Postado : 11/01/2018 2:17 pm