Hi all,
I currently have an issue with regard to VBA
Right now, i have 2 sheets.
Sheet A & Sheet B
In sheet A i got these values
123USD123
234USD234
345USD345
456USD456
In sheet B i have these values
234USD234 18 19 20 21
I would like sheet A to become this
123USD123
234USD234 18 19 20 21
345USD345
456USD456
However, i am required to delete the contents in sheet B and add in the particulars of another account maybe 345USD345.
Then sheet B becomse
345USD345 1 2 3 4
then when i run my macro i require sheet A to become
123USD123
234USD234 18 19 20 21
345USD345 1 2 3 4
456USD456
Thus, it retains the value of 234usd234 that was done just now. please advice on how to do this.
I currently have an issue with regard to VBA
Right now, i have 2 sheets.
Sheet A & Sheet B
In sheet A i got these values
123USD123
234USD234
345USD345
456USD456
In sheet B i have these values
234USD234 18 19 20 21
I would like sheet A to become this
123USD123
234USD234 18 19 20 21
345USD345
456USD456
However, i am required to delete the contents in sheet B and add in the particulars of another account maybe 345USD345.
Then sheet B becomse
345USD345 1 2 3 4
then when i run my macro i require sheet A to become
123USD123
234USD234 18 19 20 21
345USD345 1 2 3 4
456USD456
Thus, it retains the value of 234usd234 that was done just now. please advice on how to do this.