concatenate

R

rabbit

I want to use CONCATENATE in VBA (Excel). I used Activecell.FormulaR1C1
= "=CONCATENATE(RC[-2],RC[-1])" , on this statement I get a error
message.



------------------------------------------------


-- View and post Excel related usenet messages directly from http://www.ExcelTip.com/forum
at http://www.ExcelTip.com/
------------------------------------------------
 
H

Harald Staff

Your formula looks fine. Which error do you get ?
--
HTH. Best wishes Harald
Excel MVP
Followup to newsgroup only please

rabbit said:
I want to use CONCATENATE in VBA (Excel). I used Activecell.FormulaR1C1
= "=CONCATENATE(RC[-2],RC[-1])" , on this statement I get a error
message.



------------------------------------------------


-- View and post Excel related usenet messages directly from http://www.ExcelTip.com/forum
http://www.ExcelTip.com/
------------------------------------------------
 
Top