greengo204
Technical User
I am trying to create a a single string from a list of values.
e.g.
Col A
A/C CODE
05FFF564
06DDD555
07YYY222
08UUU333
09III222
Desired output (Single String):
['05FFF564','06DDD555','07YYY222','08UUU333','09III222']
I've got basic knowledge of VBA and not sure where to start on this task.
Any help or direction would be greatly appreciated
e.g.
Col A
A/C CODE
05FFF564
06DDD555
07YYY222
08UUU333
09III222
Desired output (Single String):
['05FFF564','06DDD555','07YYY222','08UUU333','09III222']
I've got basic knowledge of VBA and not sure where to start on this task.
Any help or direction would be greatly appreciated