Actividad pública reciente
Ha valorado "Buena" la respuesta
Como copiar un registro de una hoja
Te paso el siguiente código "básico" Sub Macro1() Selection.Copy ActiveSheet.Next.Select Range("A65536").End(xlUp).offset(1,0).PasteSpecial Paste:=xlPasteValues ActiveSheet.Previous.Select Application.CutCopyMode = False End Sub
