Hello everyone,
First off, let me thank you for taking the time to answer so many questions! I don't know what I'd do without people such as yourselves.
Also, this is my first time posting; I've read the rules and guidelines, but if there is something I'm missing or did incorrectly, please pardon my ignorance.
On to the question:
I'm looking for VB code to delete rows only rows that I have specified. The data I'm trying to sort through contains user marks for people. Each user mark is three characters long and includes text and numbers.
There are about 200 rows in the sheet. I'd like to delete all the rows that do not list the user marks I have identified.
For example:
A1 234
A2 598
A3 tol
A4 rlv
A5 fks
A6 re3
This data above would be the original, without deleting. The using a macro/VB code to delete what I've specified
would then filter to:
A1 234
A2 tol
A3 re3
I hope I have explained my question clearly enough. I'm relatively new to VB and don't know where to begin in contructing the code for this.
I'm using Win XP and MS Office 2003.
If there are any details I have left out please let me know and I'll provide them to you immediately.
Thanks again for all your help!
dci9497
First off, let me thank you for taking the time to answer so many questions! I don't know what I'd do without people such as yourselves.
Also, this is my first time posting; I've read the rules and guidelines, but if there is something I'm missing or did incorrectly, please pardon my ignorance.
On to the question:
I'm looking for VB code to delete rows only rows that I have specified. The data I'm trying to sort through contains user marks for people. Each user mark is three characters long and includes text and numbers.
There are about 200 rows in the sheet. I'd like to delete all the rows that do not list the user marks I have identified.
For example:
A1 234
A2 598
A3 tol
A4 rlv
A5 fks
A6 re3
This data above would be the original, without deleting. The using a macro/VB code to delete what I've specified
would then filter to:
A1 234
A2 tol
A3 re3
I hope I have explained my question clearly enough. I'm relatively new to VB and don't know where to begin in contructing the code for this.
I'm using Win XP and MS Office 2003.
If there are any details I have left out please let me know and I'll provide them to you immediately.
Thanks again for all your help!
dci9497