hey everyone
I am trying to create a chessboard with a macro from vba. I have to use only for to of ifs to create the macro.
Sub macro6()
For column = 1 To 8
Cells(column, 1).Interior.Color = Black
Next column
End Sub
That is what i have so far. I know is lame but I dont know what to do next
Please help
I am trying to create a chessboard with a macro from vba. I have to use only for to of ifs to create the macro.
Sub macro6()
For column = 1 To 8
Cells(column, 1).Interior.Color = Black
Next column
End Sub
That is what i have so far. I know is lame but I dont know what to do next
Please help