The error happens on this line
ReDim NewArray(UBound(Image2) - 1)
but also I was thinkin, if renaming it is the only way to go, wont I loose all my click events (I need those same click event for the newly created array)
Hope you understand what I mean.
Thanks