Hi, I created this macro so it will clear a range, but is not working, any wonder why?
Sub LimpiarMa()
Dim Rng As Range
ultimafilas = Range("C" & Rows.Count).End(xlUp).Row
With Sheets("Detail")
Set Rng = Range("C11:AC" & ultimafilas)
If LastRows < 11 Then
Rng.Select
Else...