#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Autofit row height

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default Autofit row height

I don't know if your problem has the same cause as mine, but I had a
worksheet with cells which autosized much wider (column) or taller (row) than
necessary. The problem turned out to be the font, which was Courier. When I
changed the font to Arial, autosizing worked as expected.

Hope this helps,

Hutch

"Odie" wrote:

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Autofit row height

Any merged cells involved?

If so, remove them or you will be forced to use Event code to autofit rows.

For the code, post back.


Gord Dibben MS Excel MVP


On Thu, 10 Apr 2008 12:34:00 -0700, Odie wrote:

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Autofit row height

Thanks for the response. Yes, merged cells are involved. I did not realize
this would be an issue. I often use merged cells, so I would appreciate
knowing about event code.

Thanks.

"Gord Dibben" wrote:

Any merged cells involved?

If so, remove them or you will be forced to use Event code to autofit rows.

For the code, post back.


Gord Dibben MS Excel MVP


On Thu, 10 Apr 2008 12:34:00 -0700, Odie wrote:

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Autofit row height

Odie

Check out this google search thread from June 2007

http://tinyurl.com/5pua8z

Note: an "Odie" has taken part............coincidence?


Gord


On Sat, 12 Apr 2008 07:33:00 -0700, Odie wrote:

Thanks for the response. Yes, merged cells are involved. I did not realize
this would be an issue. I often use merged cells, so I would appreciate
knowing about event code.

Thanks.

"Gord Dibben" wrote:

Any merged cells involved?

If so, remove them or you will be forced to use Event code to autofit rows.

For the code, post back.


Gord Dibben MS Excel MVP


On Thu, 10 Apr 2008 12:34:00 -0700, Odie wrote:

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Autofit row height

Thank you, your response has been helpful. And yes, Odie is a quite a
coincidence. It was not me.

"Gord Dibben" wrote:

Odie

Check out this google search thread from June 2007

http://tinyurl.com/5pua8z

Note: an "Odie" has taken part............coincidence?


Gord


On Sat, 12 Apr 2008 07:33:00 -0700, Odie wrote:

Thanks for the response. Yes, merged cells are involved. I did not realize
this would be an issue. I often use merged cells, so I would appreciate
knowing about event code.

Thanks.

"Gord Dibben" wrote:

Any merged cells involved?

If so, remove them or you will be forced to use Event code to autofit rows.

For the code, post back.


Gord Dibben MS Excel MVP


On Thu, 10 Apr 2008 12:34:00 -0700, Odie wrote:

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Autofit row height

Blow away those insidious merged cells and your Excel worksheet life will be
much easier.

I know they have their uses for presentation but they may be close to the
greatest problem-causer we see.

Thanks for the feedback.


Gord

On Sat, 12 Apr 2008 09:59:03 -0700, Odie wrote:

Thank you, your response has been helpful. And yes, Odie is a quite a
coincidence. It was not me.

"Gord Dibben" wrote:

Odie

Check out this google search thread from June 2007

http://tinyurl.com/5pua8z

Note: an "Odie" has taken part............coincidence?


Gord


On Sat, 12 Apr 2008 07:33:00 -0700, Odie wrote:

Thanks for the response. Yes, merged cells are involved. I did not realize
this would be an issue. I often use merged cells, so I would appreciate
knowing about event code.

Thanks.

"Gord Dibben" wrote:

Any merged cells involved?

If so, remove them or you will be forced to use Event code to autofit rows.

For the code, post back.


Gord Dibben MS Excel MVP


On Thu, 10 Apr 2008 12:34:00 -0700, Odie wrote:

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.





  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Autofit row height

Thanks again. That's what I decided to do. I don't feel comfortable dealing
with code, so I redesigned the worksheet to eliminate the merged cells.
However, this answered my question about why autofit only works sometimes.
That was helpful.

Thanks.

"Gord Dibben" wrote:

Blow away those insidious merged cells and your Excel worksheet life will be
much easier.

I know they have their uses for presentation but they may be close to the
greatest problem-causer we see.

Thanks for the feedback.


Gord

On Sat, 12 Apr 2008 09:59:03 -0700, Odie wrote:

Thank you, your response has been helpful. And yes, Odie is a quite a
coincidence. It was not me.

"Gord Dibben" wrote:

Odie

Check out this google search thread from June 2007

http://tinyurl.com/5pua8z

Note: an "Odie" has taken part............coincidence?


Gord


On Sat, 12 Apr 2008 07:33:00 -0700, Odie wrote:

Thanks for the response. Yes, merged cells are involved. I did not realize
this would be an issue. I often use merged cells, so I would appreciate
knowing about event code.

Thanks.

"Gord Dibben" wrote:

Any merged cells involved?

If so, remove them or you will be forced to use Event code to autofit rows.

For the code, post back.


Gord Dibben MS Excel MVP


On Thu, 10 Apr 2008 12:34:00 -0700, Odie wrote:

I am trying to make the height of a row change automatically. I know that
formatrowautofit should accomplish that, but for some reason it is not
working. I have formatted the cells I need to word wrap. Several of the
cells in the row are formatted for numbers or date entry. What am I doing
wrong?

I have used the autofit function before, but it never seems to autofit the
row height consistently. Sometimes it will work and other times it won't.

I hope someone can help me. Thanks.






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
Autofit for row height is not working. Why? Leo Excel Discussion (Misc queries) 3 July 28th 08 06:43 PM
Need a row to autofit height after it's value changes Rob E[_2_] Excel Discussion (Misc queries) 6 June 20th 07 08:00 PM
Autofit Row Height MarkN Excel Discussion (Misc queries) 0 November 21st 05 03:38 AM
autofit height of row - ajit Ajit Munj Excel Discussion (Misc queries) 1 June 9th 05 02:04 PM
How to STOP autofit row height J Excel Discussion (Misc queries) 5 March 28th 05 06:39 PM


All times are GMT +1. The time now is 02:12 PM.

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"