Hello,
Wondering if anyone has some VBA codes that could do the following automatically:
I have a spreadsheet with approx 250 unique rows of data. I need to insert 30 rows and fill in those rows with the same information for each of the 250 rows. For example:
current data is
1 CG CA Grain 5.5 35368.4
1 CC CA Coal 8 54418.4
...........
need to do the following:
1 CG CA Grain 5.5 35368.4
1 CG CA Grain 5.5 35368.4
...30 times...
then start on the new row...
1 CC CA Coal 8 54418.4
1 CC CA Coal 8 54418.4
...30 times...
and so on...
Anything to help automate this process would be much appreciated.
Thanks in advance for your help.
David