Hi Friends
Can I get a clue how to join two stings with an amount
In A1 I have "Descr "
In B1 I have "January "
in C1 i have a value 30.000
I need the result in d1 as "Descr January 30.000"
I use Range("a1").value & Range("B1").value & Range("c1").value but I am stuck with the number format it gives me the result "Descr January 30"
Can someone correct the same above example.
Thanks