So we're working on a pricelist that gives the end user a very easy way to lookup prices on the fly and get the money a customer needs to pay. So on sheet 1 we've got the items and the prices in their respective columns.
There is an userform aswell. In that form I've got a list linked to a the item names. That much is easy done. Now I've got in the same form a textbox that needs to be updated with the correct item chosen.
For this I've used the following code:
Me.Vara2.Text = Cells(lCrow + Vara1.ListIndex, 5).Value
that does give me an error that I'm using Me faulty.
Check the attachment xls file for more information.
Thanks in advance.
Bookmarks