Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All
I am using the following macro to resize columns as well as hide several columns however there is one column that i want to be a differnet size "7.51 width" as stated un the macro. But when I run the script it sizes all columns the same 17.57 how is it doing this and what do I need to do to rectify this. below is the macro thanks Columns("a").Select Selection.ColumnWidth = 7.51 Columns("b:k").Select Selection.ColumnWidth = 17.57 Columns("o:s").Select Selection.ColumnWidth = 17.57 Columns("c").Hidden = True Columns("e").Hidden = True Columns("g").Hidden = True Columns("l").Hidden = True Columns("n").Hidden = True End Sub -- Thanks crunchin numbers |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Resizing columns [same data source] | Charts and Charting in Excel | |||
Resizing cells in a selection without resizing entire sheet | Excel Discussion (Misc queries) | |||
resizing columns | Excel Discussion (Misc queries) | |||
Macro for resizing of columns? | Excel Discussion (Misc queries) | |||
Resizing columns | Excel Discussion (Misc queries) |