skarnik01
Member
Hi,
Please help me with a macro for my following requirment -
I enter value into cells A1, A2, A3 as -
A B C
When I click on ADD command button -
the values should get added into 1st non-blank cells in the columns A, B & C on Sheet 2 as -
1 2 3
4 5 6
7 8 9
A B C
Next time when I enter D, E, F in the same cells A1, A2, A3 and click on ADD button, it should get added as -
1 2 3
4 5 6
7 8 9
A B C
D E F
Now, if I want to update this last record as X, Y, Z instead of D, E, F, on clicking on UPDATE Command button, the values should get updated as -
1 2 3
4 5 6
7 8 9
A B C
X Y Z
Next time when I again ADD a record, it should get appended below the above mentioned values and so on.
Thanks in advance,
SK
Please help me with a macro for my following requirment -
I enter value into cells A1, A2, A3 as -
A B C
When I click on ADD command button -
the values should get added into 1st non-blank cells in the columns A, B & C on Sheet 2 as -
1 2 3
4 5 6
7 8 9
A B C
Next time when I enter D, E, F in the same cells A1, A2, A3 and click on ADD button, it should get added as -
1 2 3
4 5 6
7 8 9
A B C
D E F
Now, if I want to update this last record as X, Y, Z instead of D, E, F, on clicking on UPDATE Command button, the values should get updated as -
1 2 3
4 5 6
7 8 9
A B C
X Y Z
Next time when I again ADD a record, it should get appended below the above mentioned values and so on.
Thanks in advance,
SK