Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I apologize if this has already been covered.
I would like to apply column width formatting to over 100 worksheets i a particular workbook. Anyone have any idea on how to update al worksheets in a workbook? Something like this but for all sheets at once. Sub resize() ' ' resize Macro ' Macro recorded 4/26/04 by jfitts ' ' Columns("A:A").ColumnWidth = 5.14 Columns("B:B").Select Selection.ColumnWidth = 5.86 Columns("C:C").Select Selection.ColumnWidth = 21.14 Columns("F:F").Select Selection.ColumnWidth = 25.86 Range("E:E,D:D,F1,F:F").Select Range("F1").Activate Columns("F:F").ColumnWidth = 12 Columns("G:G").ColumnWidth = 35.57 End Su -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formatting sheets in a workbook | Excel Worksheet Functions | |||
Formatting functions in a workbook | Excel Discussion (Misc queries) | |||
"Excel encountered an error and had to remove some formatting toavoid corrupting the workbook. Please re-check your formatting carefully." | Excel Discussion (Misc queries) | |||
Formatting a workbook with dates | Excel Discussion (Misc queries) | |||
Need help with formatting a workbook | Excel Discussion (Misc queries) |