i am trying to loop through a column of one worksheet, and look to see if the values have already been incuded in the columns of another worksheet. Basically i need to include any values that may have been missed, and ignore values that have been repeated.
What i have tried to do is 'for' through the first list and check how many times a specific word comes up with reference to another list.
if it doesnt show up i am trying to make it write its name in the next empty box.
Analyzer class A
Analyzer class A
Analyzer class d
ALARM class A
Then in myy spreadsheet
Im going to have
A B C D
Analyzer 2 0 0 1
Alarm 0 0 0 1
That is basically what i want to end up with
Here is my code i get a 1004 error when i am trying to define the specific cell Ranges, it says that the range is hidden. I have identified where the error occurs can somebody please help me out
![]()
Please Login or Register to view this content.
Bookmarks