You can change any dimension if you are not preserving the existing data but each of those Redim statements use the same first dimension (0 to k), tryOriginally Posted by jmsrickland
it should get a subscript out of range errorCode:Dim X() Redim X (1,1) Redim preserve X (2,1)




Reply With Quote