MSFLEXGRID AND ARROW KEY

User avatar
sal21
PlatinumLounger
Posts: 4334
Joined: 26 Apr 2010, 17:36

MSFLEXGRID AND ARROW KEY

Post by sal21 »

Possible to retrive the value of current cell when i use only the arrw keys?

User avatar
SpeakEasy
4StarLounger
Posts: 536
Joined: 27 Jun 2021, 10:46

Re: MSFLEXGRID AND ARROW KEY

Post by SpeakEasy »

You may want to review the documentation for the really basic operation of this control - using the arrow keys simply changes the current active cell of the msflexgrid, and .Text returns the value of the active cell

User avatar
sal21
PlatinumLounger
Posts: 4334
Joined: 26 Apr 2010, 17:36

Re: MSFLEXGRID AND ARROW KEY

Post by sal21 »

SpeakEasy wrote:
21 Oct 2022, 13:03
You may want to review the documentation for the really basic operation of this control - using the arrow keys simply changes the current active cell of the msflexgrid, and .Text returns the value of the active cell
tks