mystic_muffin
New Member
- Joined
- Apr 19, 2017
- Messages
- 17
Hey, Friends;
I'm having a bunch of trouble with this...
In row 2, I have values either 1/0. I'm trying to come up with some VB that would delete the data in rows 4-6 in the column that that 0 is present in.
So if b2=0, then b4-6 will be deleted. If z2=0 then z4-6 will be deleted. If c2=1, then c4-6 isn't touched.
The code would have to look down row 2 and find the 0's then delete the data under it.
I'm still new to VB so any explanation would be much appreciated!
I'm having a bunch of trouble with this...
In row 2, I have values either 1/0. I'm trying to come up with some VB that would delete the data in rows 4-6 in the column that that 0 is present in.
So if b2=0, then b4-6 will be deleted. If z2=0 then z4-6 will be deleted. If c2=1, then c4-6 isn't touched.
The code would have to look down row 2 and find the 0's then delete the data under it.
I'm still new to VB so any explanation would be much appreciated!