Hello everyone,

I have a userform with a listbox with the following code:

    Me.ListBox1.RowSource = "table1"
This shows me all values in column A from table1 in the ListBox.
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