i should be able to do this since im adding a list of string from all range from b1-b?
Please advise thank you !!
1 Like
If en is the Ienumerable variable then
Sheetstr = en.ToArray()
Hope this would help you
Cheers @haziqh
1 Like
thanks for helping but i already found the solution to this , ToArray still doesn’t work it gives the same error as ToArray.
"en.Cast(of String)().ToArray() " i used this to solve it
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.