Hello again!
I would like to ask you if there is any way to create a template of command buttons (activeX) that they will record their values (the name of the command buttons) to the cells in a sequential way. When i want to change raw, i will simply press the enter button and the next row of cells will be ready for registering the values of the command buttons.
A practical example:
We have 14 command buttons with names ''action 1'' to ''action 14''. I start clicking the buttons (4) in order to register the actions. I press enter and i start a new sequence of actions (6) and so on
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]...
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Action2
[/TD]
[TD]Action10
[/TD]
[TD]Action3
[/TD]
[TD]Action4
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Action5
[/TD]
[TD]Action9
[/TD]
[TD]Action14
[/TD]
[TD]Action10
[/TD]
[TD]Action9
[/TD]
[TD]Action2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Action...
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]..
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I hope that i described my question in an understandable way
I would like to ask you if there is any way to create a template of command buttons (activeX) that they will record their values (the name of the command buttons) to the cells in a sequential way. When i want to change raw, i will simply press the enter button and the next row of cells will be ready for registering the values of the command buttons.
A practical example:
We have 14 command buttons with names ''action 1'' to ''action 14''. I start clicking the buttons (4) in order to register the actions. I press enter and i start a new sequence of actions (6) and so on
[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]...
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Action2
[/TD]
[TD]Action10
[/TD]
[TD]Action3
[/TD]
[TD]Action4
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Action5
[/TD]
[TD]Action9
[/TD]
[TD]Action14
[/TD]
[TD]Action10
[/TD]
[TD]Action9
[/TD]
[TD]Action2
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Action...
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]..
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I hope that i described my question in an understandable way