Thread: column widths
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steven Cheng[_2_] Steven Cheng[_2_] is offline
external usenet poster
 
Posts: 9
Default column widths

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").columnw idth

I think that there is something simpler than this.