Hello all,
I am a comlpetely new when it comes to writing code in VB and I would like to explain my problem and ask if anyone has ideas to solve it please help!
Thanks..
Ok my problem is this.
I have a spreadsheet that I would like to setup a Macro.
It has 3 sheets.
Sheet 1 > CommandButton > VB Script
Sheet 2 > Values (changes)
Sheet 3 > Store changelog
Basically I want to be able to press the button on sheet 1 and have it copy the values in sheet 2 to sheet 3 (new row)
I want to copy cells from sheet 2 (A3,A4,A5,A6)
to sheet 3 (A2,B2,C2,D2)
Next time the button is pessed I want it to copy the cells from sheet 2 (A3,A4,A5,A6)
to sheet 3 (A3,B3,C3,D3)
Each time copy the same cells to the next value down.
Sorry if this is not explained well but that is what I would like to do..
The cells A3,A4,A5,A6 are all calculated so I will need to use .value at the end this much I know.
Many thanks,
I am a comlpetely new when it comes to writing code in VB and I would like to explain my problem and ask if anyone has ideas to solve it please help!
Thanks..
Ok my problem is this.
I have a spreadsheet that I would like to setup a Macro.
It has 3 sheets.
Sheet 1 > CommandButton > VB Script
Sheet 2 > Values (changes)
Sheet 3 > Store changelog
Basically I want to be able to press the button on sheet 1 and have it copy the values in sheet 2 to sheet 3 (new row)
I want to copy cells from sheet 2 (A3,A4,A5,A6)
to sheet 3 (A2,B2,C2,D2)
Next time the button is pessed I want it to copy the cells from sheet 2 (A3,A4,A5,A6)
to sheet 3 (A3,B3,C3,D3)
Each time copy the same cells to the next value down.
Sorry if this is not explained well but that is what I would like to do..
The cells A3,A4,A5,A6 are all calculated so I will need to use .value at the end this much I know.
Many thanks,