L
Legacy 51064
Guest
I am having a problem with the following code:
ws.Range("N1").Formula= "=CONCATENATE((A1,".",A2,".",A3))"
I am getting an error that highlights the "." and states:
Compile error:
Expected: end of statement
ws.Range("N1").Formula= "=CONCATENATE((A1,".",A2,".",A3))"
I am getting an error that highlights the "." and states:
Compile error:
Expected: end of statement