Goliath.ro
New Member
- Joined
- Aug 26, 2011
- Messages
- 3
Hello
I am trying to cut timp spent copy pasting information with some functions macros but my knowledge in this area is extremly limited, all I did so far is from what I learned on my own
So I have 2 columns with data that I want wrinte into a row interleaved, but primary column also has spaces
so its like
I am trying to cut timp spent copy pasting information with some functions macros but my knowledge in this area is extremly limited, all I did so far is from what I learned on my own
So I have 2 columns with data that I want wrinte into a row interleaved, but primary column also has spaces
so its like
Code:
A B
aaaa 11
22
bbbb 44
55
66
to:
aaaa 11 22 bbbb 44 55 66