Hi,
I am wanting to extract data from a comma seperated list into its individual elements (probably into an array)i.e.
Datelist = "1,4,5,6".
element[1] = 1
element[2] = 4
element[3] = 5
element[4] = 6.
Could someone please supply me the code to extract the individual elements. I know the code for the array part.
As I am a total beginner to VBA, if you know of any good programming books, which would be useful, it would be appreciated.