Hello
Ive been trying to solve this problem.
I have this excel workbook that contains a userform to enter data into the sheet.
When you click a cell in Column A, the active cell brings all data in the row into the userform textboxes except for the listbox. The listbox gets the data of the whole sheet.
If it is possible, i would like to get the listbox data from the row underneith of it only if it has the same value in the active cell?
Thanks