Hi Again VBA Experts,
I am trying to select all sheets in my workbook after and inclusive of Sheets("ps"), then format each sheet.
I have the following code. It selects all sheets, all sheets widen to 100, but only the first sheet (ps) is then reformatted to Autofit.
Can you please point out...