Dear All
I have a vba code which I am trying to convert to vb.net and all is done except one Array Word which is missing something, the Line of code is as below:
The VB.Net is showing the word Array with Error as it is missing something, Appreciate your informing me with it
Thanks, Regards
Moheb Labib
I have a vba code which I am trying to convert to vb.net and all is done except one Array Word which is missing something, the Line of code is as below:
Code:
ws.Range("I2").Resize(.count, 2) = xl.Application.Transpose(Array(.Keys, .Items))
Thanks, Regards
Moheb Labib