Ok.. here's a wild one. I need to create a spreadsheet or "program" that will allow me to print labels to a Zebra Stripe printer. The labels are 1.25" tall and 2" wide. Setting up the printer should be easy.

In the spreadsheet I need two simple fields to be filled in. Today's date, (=today()), and qty of labels and I need the labels to print out with "label#/of total labels".

Example; someone would enter in 100 in the qty of labels field and the labels would print with:

7/20/10
1 of 100

7/20/10
2 of 100

7/20/10
3 of 100

etc...

Any ideas?