Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to make all rows and all columns the exact same size. How do I do that?
|
#2
![]() |
|||
|
|||
![]()
Chess
Assuming 96 pixels per inch you could approximate but at different resolutions your approximation can be off. If you want to use VBA to set height and width in mm which you then convert to inches at 25.4 mm per inch.......... Ole Erlandson has code for setting row and column dimensions. http://www.erlandsendata.no/english/...vbawssetrowcol Gord Dibben Excel MVP On Tue, 20 Sep 2005 11:59:07 -0700, "ChessNut" wrote: I want to make all rows and all columns the exact same size. How do I do that? |
#3
![]() |
|||
|
|||
![]()
Height is measured in points (72 points to the inch)
Width is measured in points (12 points to the inch) To make a chess board with 1 inch squares, select the entire worksheet and set all the row heights to 72 and column widths to 12 -- Gary''s Student "ChessNut" wrote: I want to make all rows and all columns the exact same size. How do I do that? |
#4
![]() |
|||
|
|||
![]()
Or to do it in pixels
17 pixels high and 20 wide will give you the smallest possible square -- greetings from New Zealand Bill Kuunders "Gary''s Student" wrote: Height is measured in points (72 points to the inch) Width is measured in points (12 points to the inch) To make a chess board with 1 inch squares, select the entire worksheet and set all the row heights to 72 and column widths to 12 -- Gary''s Student "ChessNut" wrote: I want to make all rows and all columns the exact same size. How do I do that? |
#5
![]() |
|||
|
|||
![]()
Or search www.shareware.com for some graph paper software???
ChessNut wrote: I want to make all rows and all columns the exact same size. How do I do that? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running total w/2 columns - Excel | Excel Worksheet Functions | |||
Vary column width and row height in the same worksheet | Excel Discussion (Misc queries) | |||
Make a 7 column ledger sheet | Excel Discussion (Misc queries) | |||
Can I make column width and row height equal (a grid) in Excel? | Excel Discussion (Misc queries) | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |