Luis Carlos respondió:
Prueba con esto: Seleccionar esa última fila Ahora, si queremos seleccionar esa celda podemos agregar el siguiente código: Sub BuscarUltimaFila() Dim n As Long countult = Cells(Rows.Count, 1).End(xlUp).Row MsgBox countult Cells(Rows.Count,...