I use Microsoft office excel professional edition 2003.
This is what I need to accomplish.
I have a list of value (may be text or number) in column A, and I need to delete the duplications. This is easily accomplished with a macro.
However:
I would like to have four command Buttons in the worksheet.
Command Button number one: Deletes entire row when there are duplicates in column A. And it is not case sensitive.
Command Button number two: Colours entire row red when there are duplicates in column A. And it is not case sensitive.
Command Button number three: Deletes entire row when there are duplicates in column A. And it is case sensitive.
Command Button number four: Colours entire row red when there are duplicates in column A. And it is case sensitive.
I have accomplished to get first command button number one to work, but as soon I try to make more than one macro (and have different command Buttons), nothing works.
Thanks for any help.
Start Free Trial