I am converting my project from VB6 to VB.net 3.5 and
at one place i have declared private variable a() as variant
and i am using some place as b =a(index,0)
it will work in VB but gives me error in VB.Net
the error is Number of Indices exceeds the number of dimensions of the indexed array.

Please help me