Hi,
On a Worksheet_Activate event I am looking for a way to copy all items found in a range $C$4:$I$100 (I'll name the range "Parts") to a different worksheet "Part Text", ignoring blanks and duplicates. I would like all items found in the range copied (ignoring blanks and duplicates that may exist in the copied text), but only paste to the "Part Text" worksheet if they do not already exist in the "Part Text" worksheet. I would like them pasted in Column "A" of the "Part Text" worksheet even though they are being copied from multiple columns and rows in the "Parts" range. I would like this to automatically happen when the "Part Text" worksheet is selected (Worksheet_Activate).
The idea being that when a new part is added to the "Parts" range. If it does not already exist in the "Part Text" worksheet, it will be added to the end of the list in Column "A".
Is this possible? I appreciate the help.
Jim
On a Worksheet_Activate event I am looking for a way to copy all items found in a range $C$4:$I$100 (I'll name the range "Parts") to a different worksheet "Part Text", ignoring blanks and duplicates. I would like all items found in the range copied (ignoring blanks and duplicates that may exist in the copied text), but only paste to the "Part Text" worksheet if they do not already exist in the "Part Text" worksheet. I would like them pasted in Column "A" of the "Part Text" worksheet even though they are being copied from multiple columns and rows in the "Parts" range. I would like this to automatically happen when the "Part Text" worksheet is selected (Worksheet_Activate).
The idea being that when a new part is added to the "Parts" range. If it does not already exist in the "Part Text" worksheet, it will be added to the end of the list in Column "A".
Is this possible? I appreciate the help.
Jim