Hmmm Ok, I must have uploaded the wrong one then or something because when I click on a cell it fills the cell with the xx's but the row does not highlight. I will try to upload again. Do you have a link to the most recent example?This is already implemented (in the Table class):
Erel... I apologize I found out what I did wrong. I re-uploaded the example and it is working. However what I would like to do now is use a button to scroll down the list. So the button would be labeled "NEXT" for example and when press it would move the highlighted row down one. So the operator could scroll down thru the list. Please advise.Hmmm Ok, I must have uploaded the wrong one then or something because when I click on a cell it fills the cell with the xx's but the row does not highlight. I will try to upload again. Do you have a link to the most recent example?
Thanks
Erel. Thanks for the tip. I did as you suggested and was able to make it work as I wanted. Awesome.... I am all set.There is a private sub named SelectRow in Table class. You can make it public. It will allow you to select a row.