+ Reply to Thread
Results 1 to 5 of 5

How to make row height to exactly equal column width?

  1. #1
    ChessNut
    Guest

    How to make row height to exactly equal column width?

    I want to make all rows and all columns the exact same size. How do I do that?

  2. #2
    Gord Dibben
    Guest

    Re: How to make row height to exactly equal column width?

    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"
    <[email protected]> wrote:

    >I want to make all rows and all columns the exact same size. How do I do that?



  3. #3
    Gary''s Student
    Guest

    RE: How to make row height to exactly equal column width?

    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. #4
    bill kuunders
    Guest

    RE: How to make row height to exactly equal column width?

    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. #5
    Dave Peterson
    Guest

    Re: How to make row height to exactly equal column width?

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1