Hi,
I have an outer FOR loop and an inner FOR loop and at the end of the inner FOR loop I am trying to check if a worksheet exists, if it doesn't create it and then dump the value of my array into the new worksheet.
At the moment the code keeps generating new spreadsheets and I am not sure...