I want to delete all rows that contain "M" in the below query. The auto filter is filtering rows containing m in column A. how can I delete these rows where ever a m appears in the column?
This is my macro below. I do not know what to put in the middle of the query
Selection.AutoFilter
Selection.AutoFilter Field:=1, Criteria1:="m"
Selection.Delete Shift:=xlUp
thanks
Bookmarks