Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
My question is Simple.
I need to create an unknown sized array-list ( integers,string...etc) and populate it with a known number of cell range i extracted from an excel document.
I dont want the array list to be seen as a user paramter hence why i dont want to use:
MultiValue.List("d0") = GoExcel.CellValues("filename.xls", "Sheet1", "A2", "A10")
But rather an adaptive array list that can change its size...
Solved! Go to Solution.