well the only way i can get this to work is if i use a module to do it. so i recommend adding a module and do the
Option Explicit
Public intarray(0 To 5) As Integer
in the module cause when i try there is no way to run a public variable declared in one form and use it in another. i would try this and see if it works for you. im sure it will and you jst use the variable like you would if it was declared in the form they will know what it is

to add a module jst go the project button and then go down to add module and then it will give you a choice of different modules jst choose the basic normal module and then add the code i posted above in there and use it from there

hope this helps and good luck