Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If column width is 8.43, what should the row height be to make a square?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i believe if you drag the row divider down, you will see the number of
pixels. at 8.43, the column is 64 pixels wide. if you drag the row down to 64 pixels, you will see a row height of 48. -- Gary "Sol Moriarty" wrote in message ... If column width is 8.43, what should the row height be to make a square? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gary,
thank you. You are absolutely correct. I never knew that before. it's a most useful thing know. Regards, SM "Gary Keramidas" wrote in message ... i believe if you drag the row divider down, you will see the number of pixels. at 8.43, the column is 64 pixels wide. if you drag the row down to 64 pixels, you will see a row height of 48. -- Gary "Sol Moriarty" wrote in message ... If column width is 8.43, what should the row height be to make a square? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() This is the question in other forum I answered. Question: I know that the standard columns width is 8.43 CHARACTERS (=64 pixel) but I don't know what is the relation between characters and pixel. Answer: The relation is not solid,when the standard font and fontsize in EXCE option is changed,the relation will be changed. The relation can be gotten with VBA Code ------------------- relation = Columns(1).Width / Columns(1).ColumnWidth MsgBox relation ------------------- Because characters are not same width,according to EXCEL HELP said,it' the average width of "0123456789" ten characters -- bighea ----------------------------------------------------------------------- bighead's Profile: http://www.excelforum.com/member.php...fo&userid=2704 View this thread: http://www.excelforum.com/showthread.php?threadid=46646 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Exact ratio of width to height to get a square cell? | Excel Discussion (Misc queries) | |||
How to make row height and column width equal | Excel Discussion (Misc queries) | |||
Column Width and Row Height | Excel Worksheet Functions | |||
How to make row height to exactly equal column width? | Excel Discussion (Misc queries) | |||
Can I make column width and row height equal (a grid) in Excel? | Excel Discussion (Misc queries) |