Galera, é o seguinte, eu quero que as infos do meu form entrem em LINHA não em CÉLULA
é possível?
se sim, qual o código?
por favor me ajudem, é para o meu trabalho!!
desde já agradeço!!
Public Sub Salvar_Click()
totalregistro = Worksheets("ASSOCIADOS").UsedRange.Rows.Count + 1
With Worksheets("ASSOCIADOS")
.Cells(totalregistro, 3) = nomeartistico
.Cells(totalregistro, 4) = nomecompleto
.Cells(totalregistro, 5) = celcasawhats
.Cells(totalregistro, 6) = Email
.Cells(totalregistro, 7) = funcao
.Cells(totalregistro, 8) = drt
.Cells(totalregistro, 9) = rg
.Cells(totalregistro, 10) = cpf
.Cells(totalregistro, 11) = datanasc
.Cells(totalregistro, 12) = pisnsereuf
.Cells(totalregistro, 13) = endereco
.Cells(totalregistro, 14) = cnh
.Cells(totalregistro, 15) = estadocivil
.Cells(totalregistro, 16) = dataassociacao
.Cells(totalregistro, 17) = cidade
End With
End Sub
Postado : 26/03/2015 5:29 pm