Or use this code to clear cells if the last row is 47.
![]()
Sub testr() With ActiveSheet .Range("A1").Resize(.Range("A" & .Rows.count).End(xlUp).Row + 1).Clear End With End Sub
Or use this code to clear cells if the last row is 47.
![]()
Sub testr() With ActiveSheet .Range("A1").Resize(.Range("A" & .Rows.count).End(xlUp).Row + 1).Clear End With End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks