S
Steven Cheng
I have the following line code that copies the column
widths from one workbook to another but doesn't seem to be
working:
cwkb.activesheet.columns("A:AW").columnwidth =
thisworkbook.worksheets(1).columns("A:AW").columnwidth
I think that there is something simpler than this.
widths from one workbook to another but doesn't seem to be
working:
cwkb.activesheet.columns("A:AW").columnwidth =
thisworkbook.worksheets(1).columns("A:AW").columnwidth
I think that there is something simpler than this.