Below is a copy of my data. I've been trying to find the last column + 1 (so in this example, it should be 4, since last column is C and plus 1). The code I'm using is to determine last column is:
lastColumn = Cells(lastRow, Columns.Count).End(xlToLeft).Column
But I keep getting 2?