Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using VBA, I set the size of all the rows on my worksheet to 12.75.
Now, when I format a larger font size, the row height does not increase the accommodate the larger text. Yikes! How do I get back the automatic height? TIA, James |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try autofitting the the rowheight again.
If you explicitly set the rowheight, then excel knows that you don't want it changed. By autofitting that rowheight, excel knows that you want its help. In code, you'll have to autofit that rowheight after the font change--or stay away from changing the rowheight yourself. Zone wrote: Using VBA, I set the size of all the rows on my worksheet to 12.75. Now, when I format a larger font size, the row height does not increase the accommodate the larger text. Yikes! How do I get back the automatic height? TIA, James -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Many thanks, Dave. That did the trick. I had set all the rows to
12.75 to get them back to the "default" height after I cleared them. Now, after I clear them, I just invoke autofit. Works perfectly. Regards, James Dave Peterson wrote: Try autofitting the the rowheight again. If you explicitly set the rowheight, then excel knows that you don't want it changed. By autofitting that rowheight, excel knows that you want its help. In code, you'll have to autofit that rowheight after the font change--or stay away from changing the rowheight yourself. Zone wrote: Using VBA, I set the size of all the rows on my worksheet to 12.75. Now, when I format a larger font size, the row height does not increase the accommodate the larger text. Yikes! How do I get back the automatic height? TIA, James -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatic row height adjust | Setting up and Configuration of Excel | |||
make row height automatic | Excel Discussion (Misc queries) | |||
Automatic row height adjustment | Excel Discussion (Misc queries) | |||
How can I get automatic row height for merged cells with text wra. | Excel Worksheet Functions | |||
Automatic Row Height | Excel Discussion (Misc queries) |