![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I want to make all rows and all columns the exact same size. How do I do that?
|
| Ads |
|
#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 |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running total w/2 columns - Excel | Anna / Ideal | Excel Worksheet Functions | 14 | August 10th 05 04:28 PM |
| Vary column width and row height in the same worksheet | Tess | Excel Discussion (Misc queries) | 1 | August 4th 05 03:39 PM |
| Make a 7 column ledger sheet | PeterAtherton | Excel Discussion (Misc queries) | 0 | July 28th 05 11:58 PM |
| Can I make column width and row height equal (a grid) in Excel? | Buzzcut | Excel Discussion (Misc queries) | 1 | May 3rd 05 05:24 PM |
| Return Count for LAST NonBlank Cell in each Row | Sam via OfficeKB.com | Excel Worksheet Functions | 12 | April 17th 05 10:36 PM |