VBA / Excel / Access / Word Excel Range Format Widen first column to display text Sub RigidFormattingProcedure() ActiveSheet.Range("A:A").EntireColumn.AutoFit End Sub Related examples in the same category 1. Format current region 2. The Font property 3. Use the Range and Cells ...