View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How to make row height and column width equal

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/...vbawssetrowcol


Gord Dibben Excel MVP

On Tue, 05 Feb 2008 07:40:21 -0800, wrote:

I want to make my grid into perfect squares: row height = column
width.

The problem is, they seem to use different measurement schemes. Is
there some conversion factor, or way to set columns to use the same
measurement scheme as rows?

I need them to print out as perfect squares.