'">20")
with msflexgrid1
.rows = 21
.cols = 11
.fixedcols = 2
.fixedrows = 1
end with
for i = 1 to 9
combo1.additem i
next i
for i = 0 to 10
msflexgrid1.colwidth(i) = width(i)
msflexgrid1.textmatrix(0, i) = text(i)
next i
for i = 1 to 20