Row Height

  • Thread starter Thread starter J. Michael Morse
  • Start date Start date
J

J. Michael Morse

Is there a way to change Excel to display row height in inches as
opposed to whatever is currently displays (points? pica? I think?)

Michael
 
Michael

No, you cannot change the Excel row height display.

Row heights are measured in points or pixels. There are 72 points to an inch
and "maybe" 96 pixels to the inch.

The number that appears in the Standard column width box is the average number
of digits 0-9 of the standard font that fit in a cell.

For an interesting and enlightening discussion on this subject see

http://snipurl.com/dzz8

If you want to use VBA to set height and width in mm which you can convert to
inches............

Ole Erlandson has code for setting row and column dimensions.

http://www.erlandsendata.no/english/index.php?d=envbawssetrowcol


Gord Dibben Excel MVP

Is there a way to change Excel to display row height in inches as
opposed to whatever is currently displays (points? pica? I think?)

Michael

Gord Dibben MS Excel MVP
 
Michael

No, you cannot change the Excel row height display.

Row heights are measured in points or pixels. There are 72 points to an inch
and "maybe" 96 pixels to the inch.

The number that appears in the Standard column width box is the average number
of digits 0-9 of the standard font that fit in a cell.

For an interesting and enlightening discussion on this subject see

http://snipurl.com/dzz8
<snipped>

Thanks for the information. I appreciate it.

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top