Is there an easy way to insert a space between RC-[2], and [RC-1]?
I've been noodling it for a while with no success. I was thinking of "Concatenate (RC[-2], " ", [RC-1]" to no avail.
Dim xRow As Integer
xRow = Range("A65536").End(xlUp).Row
Range(Cells(2, "D"), Cells(xRow, "D")).FormulaR1C1 = _
"=CONCATENATE(RC[-2],INSERT SPACE HERE ,RC[-1])"
I've been noodling it for a while with no success. I was thinking of "Concatenate (RC[-2], " ", [RC-1]" to no avail.
Dim xRow As Integer
xRow = Range("A65536").End(xlUp).Row
Range(Cells(2, "D"), Cells(xRow, "D")).FormulaR1C1 = _
"=CONCATENATE(RC[-2],INSERT SPACE HERE ,RC[-1])"