T
tony wong
i put this formula to vba
=CONCATENATE("Text", C2)
VBA
Cells(2, 1).Formula = "=CONCATENATE("Text", C2)"
how to deal with the double quote with text? thanks a lot.
tony
=CONCATENATE("Text", C2)
VBA
Cells(2, 1).Formula = "=CONCATENATE("Text", C2)"
how to deal with the double quote with text? thanks a lot.
tony