im looking for examples on how to add stuff to the 2nd column..can't quite figure it out :confused:
Printable View
im looking for examples on how to add stuff to the 2nd column..can't quite figure it out :confused:
/bump
msflexgrid1.TextMatrix(1,1) = "Test" will add the word "Test" to the second row of the second column
I think that if you use AddItem (or whatever it is called) you can just have tabs between the cells, eg:
grid1.Additem "column 1" & vbTab & "Column 2"
if not, just look up the "TextMatrix" method
alrighty, thanks
got that
but, it adds rows, but no text :confused: