Answer the question
In order to leave comments, you need to log in
How to make a chess markup?
It is necessary that the horizontal line be A-H
and the vertical line 1-8.
Answer the question
In order to leave comments, you need to log in
Sub MM1()
For c = 1 To 8
For r = 1 To 8
Cells(1, 1).Offset(r - 1, c - 1).Interior.ColorIndex = (r + c) Mod 2 + 1
Next r
Cells(1, 1).Offset(0, c - 1).ColumnWidth = 2.5
Next c
End Sub
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question