Chrishenderson29
New Member
Hi Guys
Looking for some assistance with this one.
I have set up a database where information is entered in three stages via three UserForms.
The Initial stage works perfect and is done by determining the next empty row using,
emptyRow = WorksheetFunction.CountA(Range("A:A")) + 1
The first stage generates a unique IdNo for each entry.
The Second and Third stages are used to enter additional information to the row, in cells not affected by the previous stages.
I need the second and third stage to determine the row based on the Value of a TextBox in the UserForm, which refers to Column A containing the unique IdNo.
Had considered a VLOOKUP, MATCH and FIND option but struggling.
Any help appreciated,
Thanks
Looking for some assistance with this one.
I have set up a database where information is entered in three stages via three UserForms.
The Initial stage works perfect and is done by determining the next empty row using,
emptyRow = WorksheetFunction.CountA(Range("A:A")) + 1
The first stage generates a unique IdNo for each entry.
The Second and Third stages are used to enter additional information to the row, in cells not affected by the previous stages.
I need the second and third stage to determine the row based on the Value of a TextBox in the UserForm, which refers to Column A containing the unique IdNo.
Had considered a VLOOKUP, MATCH and FIND option but struggling.
Any help appreciated,
Thanks