Hello, I have a command button that, when pressed, will copy values(only) from certain cells on sheet1 and paste to certain columns on sheet2, but I'm having trouble with coding the macro.
Data on sheet1 will change, but sheet2 is a log, so will need the macro to paste into next blank row in that column.
sheet1 D10 ---> sheet2 F17 (and then next time I press, it will paste to F18, then F19, and so on, forever)
sheet1 D11 ---> sheet2 H17 (then H18 etc)
sheet1 D13 ---> sheet2 G17 (then G18 etc)
sheet1 G6 ---> sheet2 I17 (then I18 etc)
And so on... There are 8 values to be copy pasted in this fashion.
I would appreciate any help with this. I've searched for answers already but I can only find code that does half the job. The macro must start pasting from the specified cells, and must shift down one row as to not overwrite data.
Thanks very much.
(Excel, Office Pro 2016)
Data on sheet1 will change, but sheet2 is a log, so will need the macro to paste into next blank row in that column.
sheet1 D10 ---> sheet2 F17 (and then next time I press, it will paste to F18, then F19, and so on, forever)
sheet1 D11 ---> sheet2 H17 (then H18 etc)
sheet1 D13 ---> sheet2 G17 (then G18 etc)
sheet1 G6 ---> sheet2 I17 (then I18 etc)
And so on... There are 8 values to be copy pasted in this fashion.
I would appreciate any help with this. I've searched for answers already but I can only find code that does half the job. The macro must start pasting from the specified cells, and must shift down one row as to not overwrite data.
Thanks very much.
(Excel, Office Pro 2016)