Visual Basic Scripting Edition  

This array is fixed or temporarily locked

You attempted to use ReDim to change the number of elements in an array of constant size. Arrays declared as dynamic, or arrays within Variant variables can be temporarily locked.

To correct this error

See Also

Array Function | Dim Statement | ReDim Statement | Set Statement | Private Statement | Public Statement