Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is a sub I made to loop through a range and autofit row height of each
row: Sub AutoHeight() Dim c As Range For Each c In Sheet1.Range("AutoFit") Rows.AutoFit Next c End Sub The macro just keeps running and running. What;'s wrong with my sub? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set a minimum row height a the same time with autofit row height | New Users to Excel | |||
Autofit Row Height | Excel Discussion (Misc queries) | |||
Autofit row height | Excel Discussion (Misc queries) | |||
Need a row to autofit height after it's value changes | Excel Discussion (Misc queries) | |||
Autofit row height | Excel Programming |