Hello, I'm new to progamming as you'll probably be able to notice with my code so please bear with me.
I am trying to use a macro to run a pricing comparison and to copy each price over to another worksheet so I can view all of them in one spot.
There are 2 companies, A and P, where company P has 14 possible rates depending on what selection is made in cell F23 on the 'Quote' Tab. I set up a macro to move the chosen coverages along with company A premium to the 'Comparison' Tab but am having problems when it comes to quoting and recording all of company P's premiums.
I set up a macro to loop, which it seems to do, but what I want the macro to do is to start with the first item in the drop down box, A1, (which as an FYI this cell uses the list from AD7:AD20), move company P's rates over to the 'Comparison' Tab and drop them into the corresponding cells in column E. Then go back and change the drop down box to B1, move those rates to column F in the 'Comparison' Tab and so on - all the way to the final selection of Y1 in column R.
Here is the macro and part of my copy/paste code (which is probably the long way of doing it) that I set up to move company P's premiums over. Does anyone have any insight as to how I can add code to loop through the drop down box and record each of the specific premiums at the same time?
(I attached a spreadsheet with all the code if it helps. The loop code is under Module 2, named Tier A1 macro)
Bookmarks