I have a list of the follwing in a 2-column by 4-row matrix:
US-10
AM-15
EU-23
AP-27
I am interested in the VBA code to generate a list of 75 records (10+15+23+27), 10 having the value 'US', 15 having the value 'AM', 23 having the value 'EU', and 27 having the value 'AP'. How do I do this?