On a spreadsheet, ActiveCell is NOT the widest cell in a column, but looking for VBA to adjust width of column based on ActiveCell
VBA Code:
ActiveCell.EntireColumn.AutoFit 'adjusts to widest cell in column
ActiveCell.AutoFit 'no such thing