I need a macro that will delete all rows that don't have Ye in column A. This Macro would apply to columns A, B, & C from row 2 down.
Thanks!
Example of what I want:
MACRO EXAMPLE.xlsx
I need a macro that will delete all rows that don't have Ye in column A. This Macro would apply to columns A, B, & C from row 2 down.
Thanks!
Example of what I want:
MACRO EXAMPLE.xlsx
The quick and dirty way to do this is filter Col A by everything not equal to Ye. From there you can select all the rows and delete them. No VBA needed.
Ok here you go. This should do the trick.
![]()
Please Login or Register to view this content.
WOrks perfect, thank you!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks