I'm getting the error "This array is fixed or temporarily locked" when trying to perform this action:
VB Code:
  1. ReDim Preserve Events(UBound(Events) + 1)
The array is declare as dynamic... so, what's going on?