Dim LCV As long
Dim str As string
For LCV = 1 to MSFlexGrid.Rows - 1 '0 is the headers
str = MSFlexGrid.TextMatrix(LCV, 0) ' Or whatever column you wish to reference
Next
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.