Printing macro

  • Thread starter Thread starter dario90
  • Start date Start date
D

dario90

I have a list of items and next to them the way of packing ( box,
pieces). I'd like to do the macro, which can print a label for box. I
have a pattern of that label so the macro should fill defined cells.
What's more- is it possible to print amount of copies even to the
value of some cell( if I have a 4 in the same line like a item number
macro will print 4 copies of label for that item)
 
Yes you can.

Check out the PrintOut method in the helpfiles.

ok, thank's. But how i can do a reference to a list of items which is
changing quite frequently- having 5 items everytime will be great but
in this situation the number of items may range from 1 to about 20.
Some type of loop is needed?
 
Back
Top