awsumchillicrab
Board Regular
- Joined
- Jan 30, 2011
- Messages
- 56
I have a data set that I text-to-column, after which I want to find cells that contain "material" and delete the entire row.
I have cells that look like " Material No.", or " Material No. ", or " Material N"...etc. So I'm going to do a xlpart kind of find.
And I want it to scan the entire column for all such rows, but without scanning beyond the last used row. Not sure if using a loop is necessary. I tried using loops but I can't get it to work cause I'm not too familiar with the FIND.
Help appreciated!
I have cells that look like " Material No.", or " Material No. ", or " Material N"...etc. So I'm going to do a xlpart kind of find.
And I want it to scan the entire column for all such rows, but without scanning beyond the last used row. Not sure if using a loop is necessary. I tried using loops but I can't get it to work cause I'm not too familiar with the FIND.
Help appreciated!