Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default How Excel determine row height?

How Excel determine row height?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default How Excel determine row height?

To get the height of a row:

Sub bigmac()
MsgBox (ActiveCell.RowHeight)
End Sub

To set the height of a row:

Sub littlemac()
ActiveCell.RowHeight = 20
End Sub
--
Gary''s Student - gsnu200833


"Smitesh Tamboli" wrote:

How Excel determine row height?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default How Excel determine row height?

This site explains row height and column width.

http://office.microsoft.com/en-us/ex...CL100570551033





"Smitesh Tamboli" wrote:

How Excel determine row height?

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
how can i determine the area under a graph ( distance vrs height) Surfet Charts and Charting in Excel 2 October 23rd 09 04:38 PM
Row Height stopped growing and Auot-Fit Row Height does not work PSULionRP Excel Discussion (Misc queries) 0 May 19th 09 07:59 PM
How Excel determine row height? Smitesh Tamboli Excel Programming 0 February 12th 09 07:51 AM
How to determine the height of a Range as an Integer TechWrangler[_2_] Excel Programming 5 May 9th 06 02:40 PM
Wanted func to determine height of ListBox row count Excel Programming 2 May 24th 04 06:38 PM


All times are GMT +1. The time now is 09:01 PM.

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

About Us

"It's about Microsoft Excel"