J
julian brotherton
sub add_strings()
A = "4="
B = CELLS(ROW,"B") 'THE CONTENT OF THE CELLS IS 2
C= A + STR$(B)
END SUB
The result is 4= 2
I don't want the space between the 4= & the 2
Is there a way of combining the two, but removing the
leading space ??
A = "4="
B = CELLS(ROW,"B") 'THE CONTENT OF THE CELLS IS 2
C= A + STR$(B)
END SUB
The result is 4= 2
I don't want the space between the 4= & the 2
Is there a way of combining the two, but removing the
leading space ??