Hi all
I have a table displaying in my userform listbox I have set the rowsource to the table name (dossier) but it does not show the table headers, is there a way I can do this?
This is the line of code:
Also if I get this to display will it remain fixed at the top of the listbox as the user scrolls down?
Many Thanks for any help
I have a table displaying in my userform listbox I have set the rowsource to the table name (dossier) but it does not show the table headers, is there a way I can do this?
This is the line of code:
Code:
UserForm1.lstdisplay.RowSource = "Dossier"
Also if I get this to display will it remain fixed at the top of the listbox as the user scrolls down?
Many Thanks for any help