陣列的移動(編號:2569)

請問若果我自訂了一個Type
Type InfoA
UserName as string
Password as string
End Type
然後
Dim Club(100) as InfoA
宣告了以上後,並填入了資料
請問我想Club(50) - Club(60)內的資料向下移動(資料的移動)
我真的要使用迴圈來完成嗎?