Share via

Excel Chess game

Anonymous
2010-06-07T20:42:38+00:00

I have created a Excel Chess game, I would like to know if there is any way I can program the individual pieces (Object Pictures) to only move according to there respective chess pieces?  Using 2007.

NOTE: This is a basic chess game that can be emailed back and forth.

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2010-06-07T23:41:04+00:00

I have created a Excel Chess game, I would like to know if there is any way I can program the individual pieces (Object Pictures) to only move according to there respective chess pieces?  Using 2007.

 

NOTE: This is a basic chess game that can be emailed back and forth.

Hello,

The Excel 2007 Chess Game Viewer might give you some hints:

http://www.excelhero.com/blog/2010/02/excel-2007-chess-game-viewer.html

Regards,

Bernd


www.sulprobil.com

Was this answer helpful?

0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2017-02-11T20:02:39+00:00

    Hi

    Try Excel VBA Chess it's a 2 player hotseat version of the game:

    http://excelvbachess.wikidot.com/

    It has piece images that allow the standard movement options plus castling, en passant and pawn promotion. You can see the code for how the image movement works in the VBE.

    Was this answer helpful?

    0 comments No comments
  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. Anonymous
    2010-06-07T21:01:15+00:00

    It is possible, but it might be easier to program by using unicode characters for the chess pieces rather than pictures.  That way the pieces would be associated with specific cells and the move rules would be easier to define.

    Was this answer helpful?

    0 comments No comments