Home |
Search |
Today's Posts |
#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 |
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) |