I have split a string pulled from a table to into an array made up of numbers. The original string is made up of a list of costs associated with a quote and the number of these can be totally random.
Once split I want to convert the individual numbers in the array to int in order to query another table.
I can loops through and display the data with no problem using UBound, however I am not sure of the most efficient way to isolate individual parts of the array in order to convert them to integers.
Anybody got any tips to point me in the right direction?
Once split I want to convert the individual numbers in the array to int in order to query another table.
I can loops through and display the data with no problem using UBound, however I am not sure of the most efficient way to isolate individual parts of the array in order to convert them to integers.
Anybody got any tips to point me in the right direction?