nangel
Automotive
- Dec 7, 2004
- 10
I am automating a process using excel. I created a button to execute a couple of commands. What I would like to do is to copy a cell to the cell next to it every time the button is press.
Example:
A B C D E F
1 t1 10
2 t2 20
3
4 ttl 30
5
First time after you press the button follows:
A B C D E F
1 t1 10
2 t2 20 30
3
4 ttl 30
5
The cell containers may change (Ex B1 from 10 to 20)
Second time after you press the button follows:
A B C D E F
1 t1 20
2 t2 20 30 40
3
4 ttl 40
5
The cell containers may change (Ex B1 from 20 to 5)
Third time after you press the button follows:
A B C D E F
1 t1 5
2 t2 20 30 40 25
3
4 ttl 25
5
Any comments or suggestions are welcome. Thank you very much for your help!
Example:
A B C D E F
1 t1 10
2 t2 20
3
4 ttl 30
5
First time after you press the button follows:
A B C D E F
1 t1 10
2 t2 20 30
3
4 ttl 30
5
The cell containers may change (Ex B1 from 10 to 20)
Second time after you press the button follows:
A B C D E F
1 t1 20
2 t2 20 30 40
3
4 ttl 40
5
The cell containers may change (Ex B1 from 20 to 5)
Third time after you press the button follows:
A B C D E F
1 t1 5
2 t2 20 30 40 25
3
4 ttl 25
5
Any comments or suggestions are welcome. Thank you very much for your help!