pbcharlie
Technical User
- Jan 16, 2002
- 55
does anyone have a macro that will delete all empty cells within a range and move the rest to the right or left?
Thanks in advance
Charlie
Thanks in advance
Charlie
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
w.Columns.AutoFilter Field:=2, Criteria1:=vntWebIDFltrs(i)
w.Rows("2:" & Selection.End(xlDown).Row).Delete shift:=xlUp
w.Columns.AutoFilter Field:=2, Criteria1:=Empty
w.("B2:B" & Selection.End(xlDown).Row).Delete shift:=xlToLeft