Hi There,
I am looking for a function in vba that would do the following:
I have a Table (A) with records that look like this:
Record 1 Column 1 = 23 Column 2 = a,b,c,d
I need a function to create another table (B) where records in table (A) are transformed to look like this:
Record 1 Column 1 = 23 Column 2 = a
Record 2 Column 1 = 23 Column 2 = b
Record 3 Column 1 = 23 Column 2 = c
Record 4 Column 1 = 23 Column 2 = d
Any sample code would be greatly appreciated.
Cheers!
FGP
I am looking for a function in vba that would do the following:
I have a Table (A) with records that look like this:
Record 1 Column 1 = 23 Column 2 = a,b,c,d
I need a function to create another table (B) where records in table (A) are transformed to look like this:
Record 1 Column 1 = 23 Column 2 = a
Record 2 Column 1 = 23 Column 2 = b
Record 3 Column 1 = 23 Column 2 = c
Record 4 Column 1 = 23 Column 2 = d
Any sample code would be greatly appreciated.
Cheers!
FGP