I have a list on sheet3 that is generated by a user and a list on sheet2 that is automatically provided. What I would like to have happen is when when a macro is run on sheet3 it goes down the list (could be variable in length) item by item and clears any identical values in sheet2. For example:
Sheet2:
Col1
123a
123b
123c
123d
123e
123f
Sheet3:
Col1
123a
123c
123f
So, when the macro is run it'll find 123a, 123c, & 123f on sheet2 and clear them but nothing else.
Thanks in advance for looking/providing assistance,
-Cody
Sheet2:
Col1
123a
123b
123c
123d
123e
123f
Sheet3:
Col1
123a
123c
123f
So, when the macro is run it'll find 123a, 123c, & 123f on sheet2 and clear them but nothing else.
Thanks in advance for looking/providing assistance,
-Cody