cyberdude
2008-01-28 14:27:24 UTC
Hi,
Suppose I enter this in a cell:
="His name is "&A3
Then, it may appear as:
His name is John
if I put John in cell A3.
So how can I copy the content:
="His name is "&A3
exactly without copying its value:
His name is John
to another cell using excel VBA?
Thank you
Dave
Suppose I enter this in a cell:
="His name is "&A3
Then, it may appear as:
His name is John
if I put John in cell A3.
So how can I copy the content:
="His name is "&A3
exactly without copying its value:
His name is John
to another cell using excel VBA?
Thank you
Dave