By Otakar Milink on Tuesday, 26 January 2016
Posted in VBA Development
Likes 0
Views 1.2K
Votes 0
I need your help with Stingray Studio grid used in VBA. I would like to freeze second row of the grid (it contains values of active filter) so it is always
visible even if the user scroll down to next rows. (Like by EB worksheets)

Attached is the test macro, but function CanFreezeGridRows always returns false and call of FreezeGridRows seems to be ignored
in this case

Thanks a lot for help
View Full Post