Hello,

This code shows the information from the sheet into the listbox ('shownaam'):
Please Login or Register  to view this content.
When i click on a item in the listbox it fills textboxes (like 'pasdatinvoer') by this code:
Please Login or Register  to view this content.
When i do a search in the listbox by filling a textbox, the 80st row in the listbox (when i initialize it), can now be the 1st row (because this way of searching will delete other rows).
This is my searching code (with textbox 'zoeken'):
Please Login or Register  to view this content.
When i click on the first row of the listbox after searching (which was the 80st row before searching)
It will value the textbox 'pasdatinvoer' with information from the first row on the sheet (Sheets("Registratiebestand").ListObjects(1)), because i simply say it to do so with this code .

Can you guys please help me fixing this, by letting Excel remember which row it was at initialize. When i understand how to do this, i hope to apply it at the whole file (Edit, Delete, etc.)

The file upload wont work and i will try this again later.

(i'am Dutch, so sorry for my bad English)


Thank you SO much!!!!