N
nilmic via AccessMonster.com
I have an a rray and want to convert it to a single row. i.e.
1 a
1 b
1 c
1 d
1 e
1 f
2 a
2 b
2 c
and I need this to look like this:
1 a b c d e f
2 a b c
can somebody help me with some vba code??
thanks,
1 a
1 b
1 c
1 d
1 e
1 f
2 a
2 b
2 c
and I need this to look like this:
1 a b c d e f
2 a b c
can somebody help me with some vba code??
thanks,