Hi all,
Using Excel 365.
My code returns an error when the source Table has 1 Row.
How can I modify to handle whether the Table has 1 to n Rows?
Works great as-is as long as the Table has 2 or more rows.
Thanks
-w
Private Sub UserForm_Initialize()
'Objects
Dim wb As Workbook...