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:
UserForm1.lstdisplay.RowSource = "Dossier"
Also if I get this to display will it remain...