Hi,
I'm new to the forum!
I have a list of transport companies in column E with their consignment/reference numbers in column G.
I have a userform with a combobox, a textbox and a command button.
With the command button, I would like to increment the consignment number to the relative transport company (i.e. combobox.value).
I found how to increment the value of a cell - Range("A1").Value = Range("A1").Value + 1
But how do you 'vlookup' and increment the value of that cell?Any help would be much appreciated
![]()
Please Login or Register to view this content.
Bookmarks