Respuesta
en
Microsoft Excel
a
Dejar abierto el rango de "autofill" en una macro
Yo tengo un caso similar como arreglaron lo variable numérica 'Dim fila As String 'Range("E2").End(xlDown).Select 'lista = Selection.Cells(1, 1).Address Rows("2:2").Select Selection.AutoFilter Columns("D:D").Select Selection.Insert Shift:=xlToRight,...