âCardâ- program for memory game.
I like to train my memory and it could be fun to be able to memorize a deck of cards. (How to? See
http://en.wikipedia.org/wiki/Dominic_O%27Brien and
http://www.wikihow.com/Memorize-a-Deck-of-Cards ).
I was wondering if it could be possible to built a excel VBA program, which could deal out the cards. Perhaps it could work this way:
- A range with the numbers 1-52 is shuffled. Each number has an image attached to it (the card image). The order of the numbers (cards) are copied to another sheet so you later can check your memory.
-
- The 52 numbers are displayed, one at a time (display the card image) when you hit a button (start)
- It should be possible to set time between images (below 1 sec.) before pushing the start button.