Hi all,
Is there any properties or events to modify to make the focus go to the next column when presing Enter?
I tried to put:
on KeyDown or KeUp events.
It's okay if the cell's value didn't change. But the focus goes to the next row if it changed.
Any Ideas?
TIA.
mansii
Is there any properties or events to modify to make the focus go to the next column when presing Enter?
I tried to put:
Code:
Sendkeys.Send("{TAB}")
It's okay if the cell's value didn't change. But the focus goes to the next row if it changed.
Any Ideas?
TIA.
mansii