Beastlybeast
New Member
- Joined
- Oct 3, 2013
- Messages
- 1
Good afternoon ladies and gents, I would very much appreciate some help with a macro. I've never used them before so I'm completely useless with VBA, but more than willing to learn. Problem explained below:
I have two spreadsheets - one is a type of calculator, whilst the other records some bits of output information resulting from the calculator.
The calculator has a drop-down box to choose a number between 1-25. Changing the number pulls in the correct data for that particular observation, which is then solved and output values reported elsewhere in the sheet.
What I want the macro to do is to copy these few output cells into the next free row on the second spreadsheet. I will then go back to the calculator, change the drop-down box to the next observation, solve to get the next set of output values, then copy and paste these into the subsequent free row, and generally rinse and repeat until all 25 observations have their outputs listed in the second file, one after another.
I'm fine with creating a button and assigning a macro to that button, but what the macro should say has me lost.
Any advice on how I might go about this would be very welcome, so many thanks in advance!
Beastlybeast
I have two spreadsheets - one is a type of calculator, whilst the other records some bits of output information resulting from the calculator.
The calculator has a drop-down box to choose a number between 1-25. Changing the number pulls in the correct data for that particular observation, which is then solved and output values reported elsewhere in the sheet.
What I want the macro to do is to copy these few output cells into the next free row on the second spreadsheet. I will then go back to the calculator, change the drop-down box to the next observation, solve to get the next set of output values, then copy and paste these into the subsequent free row, and generally rinse and repeat until all 25 observations have their outputs listed in the second file, one after another.
I'm fine with creating a button and assigning a macro to that button, but what the macro should say has me lost.
Any advice on how I might go about this would be very welcome, so many thanks in advance!
Beastlybeast