Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 269
Default Lost Automatic Row Height

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Lost Automatic Row Height

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 269
Default Lost Automatic Row Height

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic row height adjust ckemler Setting up and Configuration of Excel 1 December 22nd 09 05:26 PM
make row height automatic spencer Excel Discussion (Misc queries) 4 May 26th 06 03:40 AM
Automatic row height adjustment nsv Excel Discussion (Misc queries) 5 January 27th 06 07:38 AM
How can I get automatic row height for merged cells with text wra. ConfusedLady Excel Worksheet Functions 1 April 23rd 05 02:49 AM
Automatic Row Height ciny Excel Discussion (Misc queries) 1 January 26th 05 09:55 PM


All times are GMT +1. The time now is 03:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"