Try this...
Range("A2:D" & Range("A" & Rows.Count).End(xlUp).Row - 1).Select
Try this...
Range("A2:D" & Range("A" & Rows.Count).End(xlUp).Row - 1).Select
Awesome, this works perfectly! You're a lifesaver, thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks