Morning all,
I'm looking for help getting an idea from my head into a VBA code, I am very new to this!!
I have a spreadsheet that I have a column (column E) that is populated with a unique number by a barcode reader.
I am trying to get a command button to open a UserForm where the unique number is added into Textbox5 and then additional details would be entered into other Text and Combo boxes in the form.
In a perfect world when I hit the 'OK' button at the bottom of the form the code would search for the unique number in Textbox5 and then enter the other text into the other columns in that row.
Is this possible?
I'm looking for help getting an idea from my head into a VBA code, I am very new to this!!
I have a spreadsheet that I have a column (column E) that is populated with a unique number by a barcode reader.
I am trying to get a command button to open a UserForm where the unique number is added into Textbox5 and then additional details would be entered into other Text and Combo boxes in the form.
In a perfect world when I hit the 'OK' button at the bottom of the form the code would search for the unique number in Textbox5 and then enter the other text into the other columns in that row.
Is this possible?