Hi all
I collected the list of items selected in a listbox into a collection.and i need to perfrm some operation on those selected items.
so on click of Ok (after selecting the items on the lis on UI), I need to take the ctrl to the function.
in the function i will have to browse thru the collection of selected items and get a ceratin property of the individual items in it.
but wen i do this, i get a runtime error 424 under the function; on the line where i browse the collection.
is it becos the actual item is needed fro getting a property of it & that item is not getting collected, just the name is getting collected in the collection??????????
wats the wrkaround for this?..can anyone hellp me?