Bom dia @edsonbr !
Agradeço demais pela atenção, entendi o raciocínio e apliquei o código com as demais informações, agora a questão é que não está atualizando, única informação atualizada foi a data as outras não mudaram, o código ficou assim:
Sub EDITAR()
Bloquado = True
Dim TABELA As ListObject
Set TABELA = Planilha1.ListObjects(1)
With TABELA.ListRows(UserForm1.ListBox1.ListIndex + 1).Range
.Cells(3).Value = UserForm1.TDATA.Value
.Cells(4).Value = UserForm1.THSAÍDA.Value
.Cells(5).Value = UserForm1.TKMINICIO.Value
.Cells(6).Value = UserForm1.TVEÍCULO.Value
.Cells(7).Value = UserForm1.TMOTORISTA.Value
.Cells(8).Value = UserForm1.TSERVIÇO.Value
.Cells(9).Value = UserForm1.TOSCOLAFI.Value
.Cells(10).Value = UserForm1.THCHEGADA.Value
.Cells(11).Value = UserForm1.TKMFINAL.Value
.Cells(14).Value = UserForm1.TABASTECIMENTO.Value
.Cells(15).Value = UserForm1.TPOSTO.Value
.Cells(16).Value = UserForm1.TQTDLITROS.Value
.Cells(17).Value = UserForm1.TNOTA.Value
.Cells(18).Value = UserForm1.TMANUTENÇÃO.Value
.Cells(19).Value = UserForm1.TFRETE.Value
.Cells(20).Value = UserForm1.TDATAPGTO.Value
.Cells(21).Value = UserForm1.THEXTRAAM.Value
.Cells(22).Value = UserForm1.THEXTRAPM.Value
.Cells(23).Value = UserForm1.TALIMENTAÇÃO.Value
.Cells(24).Value = UserForm1.TOBSERVAÇÕES.Value
End With
Call ATUALIZAR_LISTBOX
Call LIMPAR_FORMULÁRIO
MsgBox "ATUALIZADO COM SUCESSO!"
BLOQUEADO = False
End Sub
Devo ter feito algo errado...
E aproveitando, imagino que posso utilizar o mesmo parâmetro para o código de exclusão, porém adicionando código para selecionar a linha completa e excluí-la, certo? (entirerow.delete)
Agradeço novamente pela atenção.
Abs,
Postado : 29/06/2022 10:47 am