Hi all,
Please help ... been stuck all day with this issue
the following vba code
generates
=CONCATENATE(A2," ",'C0267') instead of =CONCATENATE(A2," ",C0267)
There must be something small wrong with the notation, any ideas?
Thanks
Please help ... been stuck all day with this issue
the following vba code
Code:
ActiveCell.FormulaR1C1 = _
"=CONCATENATE(RC[-1],"" ""," & supplier & ")"
=CONCATENATE(A2," ",'C0267') instead of =CONCATENATE(A2," ",C0267)
There must be something small wrong with the notation, any ideas?
Thanks