Excellent_Mick
New Member
- Joined
- Apr 30, 2018
- Messages
- 4
Hello folks,
My limited VBA knowledge is letting me down at a critical moment.
I have 6 scenarios. These are controlled by a drop down list (rng_Option) and I want a macro to select each scenario and copy the results into another sheet.
The range to be copied is I62:M76 (rng_Results) and I want these results pasted into a summary page.
The issue is that the range to be pasted is 5 columns, so the macro has to copy the results then paste into the first area (lets say A62:E76), it then has to select the next scenario, copy the results and paste into the next 5 columns (F62:J76) and do this for all 6 scenarios.
I can't work out how to tell it to skip 5 columns before pasting each time...
Thanks in advance you great people.
My limited VBA knowledge is letting me down at a critical moment.
I have 6 scenarios. These are controlled by a drop down list (rng_Option) and I want a macro to select each scenario and copy the results into another sheet.
The range to be copied is I62:M76 (rng_Results) and I want these results pasted into a summary page.
The issue is that the range to be pasted is 5 columns, so the macro has to copy the results then paste into the first area (lets say A62:E76), it then has to select the next scenario, copy the results and paste into the next 5 columns (F62:J76) and do this for all 6 scenarios.
I can't work out how to tell it to skip 5 columns before pasting each time...
Thanks in advance you great people.