By the way, the first item in the list box was being missed because of the starting variable being 1 instead of 0. Correct it like this..toCode:For lng = 1 To lstALMSource.ListCount - 1Check the videoCode:For lng = 0 To lstALMSource.ListCount - 1




Reply With Quote
Bookmarks