That's what I thought it was but when I pass it the name of an Image array (three images - Image1(0), Image1(1), Image1(2)) like this
LoadGif App.Path & "\Animated.gif", Image1
it fails here:
Code:For i = 1 To aImg.Count - 1 Unload aImg(i) '<----------- Fails when trying to unload Image1(1) - That doesn't make sense Next i




Reply With Quote