Select/AutoFit Column
Posted by Dwight on March 16, 2001 8:03 AM
I would like to enhance a previously created macro by adding commands that will:
1. Select the entire column containing the cell that is selected b4 running the macro and,
2. "autofitting" the width of a column which (later in the macro) has already been selected. For this latter, I tried inserting "EntireColumn.AutoFit" but got error message "Run Time Error 424, Object Required.
Can you help?