Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd like to set the height of all my rows to a certain minimum height. At
the moment, the only thing I can make work is to iterate through every row: For iRow = numRow To 2 Step -1 If Rows(iRow).RowHeight < 25.5 Then Rows(iRow).RowHeight = 25.5 End If Next iRow Is there a faster way to do this using a range? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Iteration | Excel Worksheet Functions | |||
iteration | Excel Discussion (Misc queries) | |||
Iteration | Excel Discussion (Misc queries) | |||
Non-Contiguos Range Iteration | Excel Programming | |||
NonContiguous Range Iteration Bug? | Excel Programming |