| Formatting introduction Some Formatting: Display certain columns ![]() Add borders ![]() Format New Columns I've added new columns to a sheet and now want to do something with the formatting ![]() ![]() Hide Columns Typically recorded code. Columns("A:A").Select Selection.EntireColumn.Hidden = True Columns("AO:AO").ColumnWidth = 26.86 ' Borders MergeCells ![]() FixWidthWhenMergedCell ![]() |