Can some one explain the format of LBound(vaData, 2) please, I get the LBound Ubound are top and bottom of my array, but what does the two mean pleaseSet x = .Add(, , rstADO.Fields(2).Name, rstADO.Fields(2).Name)
For j = LBound(vaData, 2) To UBound(vaData, 2)
Set x = .Add(rstADO.Fields(2).Name, tvwChild, , vaData(2, j))
Next j
Cheers
Gibbo