syedbokhari
Board Regular
- Joined
- Aug 19, 2013
- Messages
- 94
Hi Guys,
I've attached a screen shot of example piece of data.
I was wondering if someone could help me with piece of work that I'm doing manually.
I took me end-less hours to do manually (data set has 6000+ rows) and my vba writing ability is lacking currently.
Essentially I need a macro which will go into column B look for that value in column A and delete those rows.
Some of the values contain NULLS or BLANKS (although I can just make the NULLS blank cells with a simple find and replace).
The output should look like D1:F8 in the screen shot.
My data set ranges are dynamic so I believe the last row will have to be located.
I will most grateful if someone could point me in the right direction or lend a hand.
Thanks,
Syed
I've attached a screen shot of example piece of data.
I was wondering if someone could help me with piece of work that I'm doing manually.
I took me end-less hours to do manually (data set has 6000+ rows) and my vba writing ability is lacking currently.
Essentially I need a macro which will go into column B look for that value in column A and delete those rows.
Some of the values contain NULLS or BLANKS (although I can just make the NULLS blank cells with a simple find and replace).
The output should look like D1:F8 in the screen shot.
My data set ranges are dynamic so I believe the last row will have to be located.
I will most grateful if someone could point me in the right direction or lend a hand.
Thanks,
Syed