I have declared following variable in excel VBA
> Dim arrayCollabName as variant
> arrayCollabName = Array("Name1","Name2", ....."Name62")
But the Names inside the array are exceeding 1 line in VBA sheet and throwing error
Any suggestion on how to do this without error