Phil
When you do .AddItem only the first column is added to the new row in the
listbox. What you then have to do is to get the data from the first
listbox Columns collection and copy these over to the new listbox.
So, you started off on the right track; you just need to loop through the
Columns to get the rest over.
Does this help?
- Malc
www.dragondrop.com
> *From:* "Phil Stokes <PhilStokes@discussions.microsoft.com>
> *Date:* Tue, 11 Jan 2005 08:29:01 -0800
[quoted text clipped - 29 lines]
> thank you
> Phil
Phil Stokes - 12 Jan 2005 11:15 GMT
Yes, After several tries I managed to crack it. Thanks
> Phil
>
[quoted text clipped - 42 lines]
> > thank you
> > Phil
Malcolm Smith - 12 Jan 2005 14:31 GMT
Phil
It is a little alien, isn't it?
- Malc
www.dragondrop.com
> *From:* "Phil Stokes <PhilStokes@discussions.microsoft.com>
> *Date:* Wed, 12 Jan 2005 03:15:01 -0800
[quoted text clipped - 52 lines]
> > > thank you
> > > Phil