Make command buttons, I guess. Have them pretty small. You could have a random number between 0 and 63 generated 10 times (loop). Then, change the names of the buttons like this:
Code:
cmd35.Name = mine1 `35 is row 3, column 5
And then in mine1_click(), execute the lose code.
I'm not a very good programmer either and there are probably better ways.