I have checked that the array is populated but the following code is failing to tranfer the array values to column A of the 'Category' sheet.
Any advice welcome.
thanks
mark
Any advice welcome.
Code:
For Each x In tmpArray
Cells(Sheets("Category").Range("A2").End(xlDown).Row, 1).Value = x
Next x
thanks
mark