Whats the best way to go about this:
Suppose i have 15 columns filled with data. Some of the columns contain data which can be delimited into additional columns.
I have the original 15 columns in a 2D array called myData (where values can be retrieved by using myData(r,c))
For the delimited data, i want to dynamically create additional arrays, but not sure how to create such a thing on the fly.
Should it be done like that, or by using class objects?
Where should i start? Should i use excel's built in function or VB's split? Any code out there like this?
Bookmarks