A azwah Feb 2, 2010 #1 can anybody tell me what measurements i would need to enter to make a cell 1mm by 1mm ???
J Jacob Skaria Feb 2, 2010 #2 The height and width of cells is displayed in characters and pixels rather than in inches. Check out the below link http://office.microsoft.com/en-us/excel/HP011517241033.aspx
The height and width of cells is displayed in characters and pixels rather than in inches. Check out the below link http://office.microsoft.com/en-us/excel/HP011517241033.aspx
G Gord Dibben Feb 2, 2010 #3 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. When dragging the column width you will see two numbers.........one is width as above, the other is pixels. 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. Ole Erlandson has code for setting row and column dimensions. http://www.erlandsendata.no/english/index.php?d=envbawssetrowcol Gord Dibben Excel MVP
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. When dragging the column width you will see two numbers.........one is width as above, the other is pixels. 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. Ole Erlandson has code for setting row and column dimensions. http://www.erlandsendata.no/english/index.php?d=envbawssetrowcol Gord Dibben Excel MVP