Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Setup / April 2004

Tip: Looking for answers? Try searching our database.

Row Height does not update on wrapped text until I reopen file

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
jana.phillips@NO_SPAM_benham.com - 27 Apr 2004 22:42 GMT
In my worksheet which uses the LOOKUP function, the cell
is formatted with wrap text on.  When the lookup displays
the answer, the row height does not change.  When I close
the file and reopen it, the row height has adjusted.  This
occurs in Excel 2000, XP, and 2003.
Anne Troy - 28 Apr 2004 20:07 GMT
Do you have manual calculation turned ON? What happens if you turn it off
and go back to automatic calculation?
<-*-><-*-><-*-><-*-><-*-><-*-><-*-><-*->
Hope this helps!
Anne Troy (better known as Dreamboat)
Author: Dreamboat on Word
Email: Com.Piersontech@Dreamboat
(Reverse it!)
Web: www.TheOfficeExperts.com
<-*-><-*-><-*-><-*-><-*-><-*-><-*-><-*->
> In my worksheet which uses the LOOKUP function, the cell
> is formatted with wrap text on.  When the lookup displays
> the answer, the row height does not change.  When I close
> the file and reopen it, the row height has adjusted.  This
> occurs in Excel 2000, XP, and 2003.
Dave Peterson - 29 Apr 2004 02:57 GMT
I've never seen excel adjust rowheight when a formula evaluates to something
else.  I think that this is just the way excel works.  For the most part,
formulas return values to cells--they don't change other stuff--like other cells
or even rowheights.

(It's interesting that reopening the workbook will reset the rowheight.)

But maybe you could use a worksheet event to autofit the rowheight:

Right click on the worksheet tab that should have this behavior.  Select view
code and paste this in:

Option Explicit
Private Sub Worksheet_Calculate()
   Me.Rows.AutoFit
End Sub

When xl recalcs that sheet, the rowheight will be adjusted.

> In my worksheet which uses the LOOKUP function, the cell
> is formatted with wrap text on.  When the lookup displays
> the answer, the row height does not change.  When I close
> the file and reopen it, the row height has adjusted.  This
> occurs in Excel 2000, XP, and 2003.

Signature

Dave Peterson
ec35720@msn.com


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.