how do i change the default value of measure from points to inche.

Y

yoyo4u

how do i change the default value of measure from points to inches when
setting the width and hight of cells?
 
G

Gord Dibben

yoyo

Row heights are measured in points. There are 72 points to an 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.

No relationship between the two.

If you want to use VBA to set height and width in mm....which can be converted
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
 
Top