View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Bingo Card Generator

Hello Bob,

I've created a "Bingo Cards" workbook - in a 5 x 5 layout.
It generates random cards - 2up on a page - and prints them.
You are welcome to do what you want with it.
Email me at XX (remove xxx)
and I'll send it out.

Regards,
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Bob Cook" wrote in message
I wish to produce some bingo cards for some fun with friends. Can anyone help
with a solution? The problem is designing a random number generation process
that automatically fills the card.

Each card is arranged as three rows times nine columns. In the first column
are numbers from 1 to 10, the second column is numbers from 11 to 20 etc. up
to 90

There are to be only 15 numbers displayed on the card, so there will be 12
cells that will be blank.

Numbers are to be displayed in their respective columns in ascending order.

--
Bob Cook