Hi all
I have MSFlexGrid and I load a excel file in that. now I want extra add extra rows in that flexgrid, for this I try to use code:
VB Code:
msFlxGrd.AddItem sno & vbTab & vbTab & dt & vbTab &, msFlxGrd.RowSel
but this function add new row top of the grid (after fixed row), while I want add row in last.
and I want add rows at run time, it can be 1 or more
Please help me.
Thanks in Adwance
Regards
VJ![]()


Reply With Quote
