i use this code:
ReDim Preserve test(UBound(test) + 1) As String
test(UBound(test) + 1) = test

that is inside a public sub and the array test is decleared like this:
Global test() as string


i may have made some minor spelling errors here, thats nt the problem but it gives me the error subscript out of range any idea why?