chess

  1. L

    Making Chess Game using Excel

    I tried using your search engine to see if there was a subject on chess game making using Excel and it returned a zero count on that subject. So I will feel free to ask. How can I make a real play chess game with excel? Hope someone tried and succeeded! :laugh:
  2. O

    Please help! vba chessboard

    Help me with this please its a homework 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 Next c End Sub The answer is ok but i haven´t seen mod in my class yet. I have to use for to and it seems that the answer includes IF...
  3. O

    chessboard with vba

    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...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top