blaksnm
Well-known Member
- Joined
- Dec 15, 2009
- Messages
- 554
- Office Version
- 365
- Platform
- Windows
Hey guys
I have organized my list in sheet("REGISTER")
This sheet has header in row 1
Cellevalues in column C are codes that - if code matches a "delete" index- instruct my macro to delete the this row.
The deleting-codes are read from a sheet("DELETE") that contains a number of codes in column C.
if cellevalue in REGISTER/col C matches any of values in DELETE / col C, then delete row from REGISTER
.
The sheet("DELETE") has the same header as sheet("REGISTER")
Will any kindly guide me on this one?
I have organized my list in sheet("REGISTER")
This sheet has header in row 1
Cellevalues in column C are codes that - if code matches a "delete" index- instruct my macro to delete the this row.
The deleting-codes are read from a sheet("DELETE") that contains a number of codes in column C.
if cellevalue in REGISTER/col C matches any of values in DELETE / col C, then delete row from REGISTER
.
The sheet("DELETE") has the same header as sheet("REGISTER")
Will any kindly guide me on this one?