Eu tinha cometido um erro de digitação.
Onde estava "rowscount", faltou um ponto "rows.count".
O código ficaria assim:
Private Sub salvar_Click()
With Sheets("ASSOCIADOS")
totalregistro = .Cells(Rows.Count, 3).End(xlUp).Row + 1
.Cells(totalregistro, 3).Value = nomeartistico.Value
.Cells(totalregistro, 4).Value = nomecompleto.Value
.Cells(totalregistro, 5).Value = celcasawhats.Value
.Cells(totalregistro, 6).Value = email.Value
.Cells(totalregistro, 7).Value = funcao.Value
.Cells(totalregistro, 8).Value = drt.Value
.Cells(totalregistro, 9).Value = rg.Value
.Cells(totalregistro, 10).Value = cpf.Value
.Cells(totalregistro, 11).Value = datanasc.Value
.Cells(totalregistro, 12).Value = pisnserieuf.Value
.Cells(totalregistro, 13).Value = endereco.Value
.Cells(totalregistro, 14).Value = cnh.Value
.Cells(totalregistro, 15).Value = estadocivil.Value
.Cells(totalregistro, 16).Value = dataassociacao.Value
.Cells(totalregistro, 17).Value = cidade.Value
End With
MsgBox "Gravado com Sucesso"
End Sub
E, por favor, lembre de clicar na mãozinha como agradecimento e de marcar o tópico como resolvido.
Abs
Lembre-se de AGRADECER aos que te ajudaram, e de marcar o tópico como [Resolvido]
Gente que cuida de gente.
Gilmar
Postado : 05/04/2015 7:52 pm