Dim $Users[UBound($Managers),0] give the error: array reference out of bounds!.

Try it this way
Dim $Count3,$Users[]
$Count3 = Ubound($Managers)
ReDim $Users[$Count3,0]
_________________________
Today is the tomorrow you worried about yesterday.