From VB, I use the .TextMatrix property to get data. It does not "select" the cell. To do that, set the .Row and .Col properties to the cell you want selected. Using .TextMatrix lets the program use the data without the grid jumping all over. You can always use .TextMatrix(.Row,.Col) to adderss the cell selected by the user.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.