Maybe this?
Greg![]()
Sub Button1_Click() Dim rng As Range Set rng = ActiveSheet.Range("A4:A" & Range("A" & Rows.Count).End(xlUp).Row) rng.Value = "" End Sub
Maybe this?
Greg![]()
Sub Button1_Click() Dim rng As Range Set rng = ActiveSheet.Range("A4:A" & Range("A" & Rows.Count).End(xlUp).Row) rng.Value = "" End Sub
Just a guy trying to make work stuff easier.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks