Simple (?) Macro
I have three columns of data similar to:
A B C
a 1a melon
b 2b lettuce
I want column c to read a1amelon
that much is easy but I want this to apply to every row to the end of the data
so that it reads like:
a 1a a1amelon
b 2b b2blettuce
etc.
Help is appreciated
--
Thanks
|