it wont let me do this either:

Code:
    ReDim myPic(intPicCount) As PictureBox
    myPic(intPicCount).AutoSize = True
        myPic(intPicCount).Picture = LoadPicture(App.Path & "\" & strName & "\" & strTempItem & ".gif")
why not?

it gives error "Object variable not set"