View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
T. Neil T. Neil is offline
external usenet poster
 
Posts: 1
Default Create multiple rows

Hi--
Is there a simple way of duplicating a row multiple times based on a value?

For example, I want to create labels in word based on the number of packages
a customer has purchased. Word needs a separate record for each label
produced.
If i have the customer info in a row with the number of labels needed in the
final cell, is there a way of writing a macro to duplicate (either in the
same worksheet or a new one) that would create multiple rows based on the
value in the last cell?

Any advice would be appreciated!