Macro to print specific quantities

E

Elainey

I was hoping someone could possibly help me work this problem...

Im using a personal label maker to make labels. each label needs a
title and description, and i need to specifiy the quantity of labels to
print for each. My data is in excel, i have 3 column fields...title,
description, and quantity. i have over 2000 rows of data.

i need a macro button to print out the title and description based on
the amount specified in the last quantity column. i do the print outs
in batches (a selected number of rows at a time), so a "print
selection" kinda of option would be good.

i have my labeler configured but i was hope to get a macro to do my
printing job.

Data Example

1 title description quantity
2 A Apple 3
3 B Banana 0
4 C Cran 1
5 G Grape 2

Can any help me!!! =o)
 
Top