Having an issue trying to get the column letter from a column number. When the column number is 36 it comes back as blank, when it is 35 or 37 or any other number it comes back with the results. Here is the code:
ActiveCell.Select
L5Num = ActiveCell.Column
L5 = Split(Columns(L5Num).Address, "$")(1)