(list is a mshflexgrid)Code:list.ColIsVisible(9) = False
does not work!
WHY?
maybe, you know othersolutions, to hide a col...
Printable View
(list is a mshflexgrid)Code:list.ColIsVisible(9) = False
does not work!
WHY?
maybe, you know othersolutions, to hide a col...
I think that the colIsVisible property is readonly, the only way I can think of that might help is
list.colwidth(9)=0
bit buggy but it might help