[COLOR=blue]With MSFlexGrid1
[COLOR=green]' Row and Col properties must be set before RowSel and ColSel[/color]
.Col = 1
.Row = 1
.ColSel = 2
.RowSel = 2
.Clear
End With[/color]
Please remember this is an example/illustration on how to do this, not an exact code solution to your exact problem. I leave it to you, as a programmer, to figure out the correct col, row, colsel and rowsel values for your particular situation
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.