View Single Post
 
Old 06-22-2011, 12:32 PM
lor lor is offline Windows XP Office XP
Novice
 
Join Date: Jun 2011
Posts: 1
lor is on a distinguished road
Unhappy Game of Life VBA

Hi all,
i need your help with something. I have to make Game Of Life using VBA and macros. I have to make it on a field 9x9 cells. The first generation is the one that i fill with 1-s, the rest of the cells are 0-s. The next generation must be filled by clicking on a button and the cells must be filled with generation's number.
I tried to use this tutorial but i can't make it work with 0 and 1 and also i don't know how to make the second generation with 2-s, the third with 3-s and so on. I made 2 buttons - one that resets and one that calculates the next generation.
If someone can help me i'll be very grateful...
Reply With Quote