My macro adds several columns to the right of the user selected cells using the code shown below.
The issue is the column for the selected cells is usually +300 pixels. The added column only needs to be the standard 64. Is there a simple way of defining the width when the column is inserted?
Code:
Selection.Offset(, 1).EntireColumn.Insert