Aerowolf
Programmer
- Nov 6, 2002
- 64
I have a list of ship-to addresses from a customer. The last field contains the number of packages to ship to each location.
In order to import this into my Fedex software, I need to have each line represent one package. Therefore, I need to duplicate each line in the original list by the number of packages that location is getting.
i.e. first line gets 10 pkgs. I now need to have 10 lines at 1 package each...and so on for the entire list.
Is there an easy way to do this (maybe a little piece of code) without copying and inserting manually?
Thanks
Edwin
In order to import this into my Fedex software, I need to have each line represent one package. Therefore, I need to duplicate each line in the original list by the number of packages that location is getting.
i.e. first line gets 10 pkgs. I now need to have 10 lines at 1 package each...and so on for the entire list.
Is there an easy way to do this (maybe a little piece of code) without copying and inserting manually?
Thanks
Edwin