Excel
November 19, 2008 11:53 AM
Subscribe
With VBA, how can I create a macro that puts the value of a cell in the middle of the text of another cell?
I want to have two columns (A and B) like this:
A B
hello ( ) 1
hello ( ) 4
hello ( ) 6
hello ( ) 3
hello ( ) 6
hello ( ) 9
hello ( ) 4
end up like this:
hello (1)
hello (4)
hello (6)
hello (3)
hello (6)
hello (9)
hello (4)
How can I make this happen?
posted by amsterdam63 to computers & internet (8 comments total)
hello(
hi (
etc
posted by arniec at 12:14 PM on November 19, 2008