I need to setup a macro to run on cell change (e.g. by using "Private Sub Worksheet_Change(ByVal Target As Range)").
Case: technician will use bar scanner to scan several batches. Some times there are two batches with the same master ID and in these cases I need the code to find the next vacant column to the right for text input
The macro needs to check that the value entered in column A is unique for that column.
Any suggestions are welcome.
Case: technician will use bar scanner to scan several batches. Some times there are two batches with the same master ID and in these cases I need the code to find the next vacant column to the right for text input
The macro needs to check that the value entered in column A is unique for that column.
- If match found then EXCEL VBA must jump the cursor to the row of the found match and find the next vacant column to the right.
- If unique, then jump to the following column in the same row.
Any suggestions are welcome.