Hello,
I'm really new to the developer side of Excel and I wish to solve a problem with macros or VBA.
I have a table of items placed in colums (there are around 50 columns). In this table i scan a DMC (data matrix code) and place it in cell that it needs to be in. I'm kinda getting tired of clicking cell by cell.
I want to create a code/formula in one cell where i scan things and match them into right column. I ahve products form column A to column AY, and I've taken out part of serial no. that is specific to each product into row 2(right below name of that product). I want a code to run from cell A2 see if it the part of serial code matches, if not it continues to B2 and so on. When it finds a match i want it to write into first free cell in that column (example if part of serial codes match in C column, then the program writes scanned serial no. into first free cell in collumn C).
can anybody help me?
I'm really new to the developer side of Excel and I wish to solve a problem with macros or VBA.
I have a table of items placed in colums (there are around 50 columns). In this table i scan a DMC (data matrix code) and place it in cell that it needs to be in. I'm kinda getting tired of clicking cell by cell.
I want to create a code/formula in one cell where i scan things and match them into right column. I ahve products form column A to column AY, and I've taken out part of serial no. that is specific to each product into row 2(right below name of that product). I want a code to run from cell A2 see if it the part of serial code matches, if not it continues to B2 and so on. When it finds a match i want it to write into first free cell in that column (example if part of serial codes match in C column, then the program writes scanned serial no. into first free cell in collumn C).
can anybody help me?