Hi, I keep getting:

"Constant expression required"

when I run my code, and it highlights this:

Code:
  Dim myPic(intPicCount) As PictureBox
myPic is a Picturebox, and is;
Code:
Dim myPic() As PictureBox
so why isn't it working?