Hi can someone help please. I have an array list which merges and and creates another list. It works fine but I need to change it to become a dynamic array and I am stuck. Can anyone help please.
The code is below.
Sub MergeLists()
Dim List1(93) As String, List2(102) As String
Dim...