Hello everyone,
I have a userform with a listbox with the following code:
This shows me all values in column A from table1 in the ListBox.![]()
Me.ListBox1.RowSource = "table1"
However I would like to fill the ListBox with multiple tables. Let's say "table1" and "table3".
How can I achieve this?
Kind regards,
Marco
Bookmarks