Row height/column width

G

Guest

How can I equate the size of row and column with inches? If I want a column
to be 1" wide and the row 1/2" high, how do I do it? I have a work-around,
but it is tedious. I've discovered that 36 is the height for 1/2" and 13 is
the width for 1". But that is by creating a box by that size and sizing the
column and row to fit it. That's the only way I know to get the size of
column and row I want, but surely there is a simpler way of doing this!
Connie
 
G

Guest

Height is measured in points (72 points to the inch)
Width is measured in points (12 points to the inch)
 
M

Mujeeb ur Rehman, FBL-GRW-PK

Hi,

I have made the row A1 cell height & width by 72-12 ratio respectivily, but
the results r not correct. I have also made a square of 1" and put the same
on A1, but the square is bigger than A1. You can also do the practicle and
suggest the exact match.

Thanks

Mujeeb
 
G

Gord Dibben

Width is not measured in points at 12 points 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 (standard font: The default text
font for worksheets. The standard font determines the default font for the
Normal cell style.) that fit in a cell.

If you want to use VBA to set height and width in mm with 25.4 mm to the
inch.

Ole Erlandson has code for setting row and column dimensions which will not
be affected by resolution.

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


Gord Dibben Excel MVP
 

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

Top