Re: MSFlexGrid question - re-opened
Si, that doesn't seem to be working for me??
If I use the below, MouseRow always returns 4 (total number of rows) even when I click on any row.
VB Code:
If Flex1.MouseRow > 1 then
'do my stuff
end if
Re: MSFlexGrid question - re-opened
Is that when it is running, or when you are in Break mode? (ie: need to press F5/F8 to continue running).
It should work fine when it is running, but produce strange results in Break mode.
Re: MSFlexGrid question - re-opened
It gives MouseRow = 4 when in break mode....but works OK when running exe. (used msgbox to display selected row)
Thanks. :thumb: