CODE
For c = 1 To maxC
Cells(c).Formula = "=counta(" & getColLtr(Cells(c).Column) & "2:" & getColLtr(Cells(c).Column) & maxR & ")-1"
Next c
Cells(c).Formula = "=counta(" & getColLtr(Cells(c).Column) & "2:" & getColLtr(Cells(c).Column) & maxR & ")-1"
Next c
What I am unsure of is how to enter edit mode for each of the existing column headers and append characters. My headers are in row 2 of the spreadsheet.
