Boa tarde, @brunonascimento
Teste o seguinte código. Obs.: se for usar o mesmo modelo que vc anexou, limpe antes o lixo deixado pelas execuções anteriores lá nas linhas 224, 225 e 323.
Sub Salvar()
Dim rgMonit As Range, i As Byte, RowCount As Long
Set rgMonit = Worksheets("Monitoria").Range("D4,D6,L4,K9,K10,K11,K12,K15,K16,K17,K18," & _
"K21,K22,K23,K24,K25,K26,K29,K30,K31,K32,K33,K34")
RowCount = Worksheets("Rawdata").Cells(Rows.Count, "A").End(xlUp).Row
For i = 1 To 23
Worksheets("Rawdata").Cells(RowCount + 1, i).Value = rgMonit.Areas(i).Cells(1).Value
Next i
End Sub
Postado : 08/09/2020 2:34 pm