How to make row height to exactly equal column width?

G

Gary''s Student

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
 
B

bill kuunders

Or to do it in pixels
17 pixels high and 20 wide will give you the smallest possible square
 
Top