concatenate

  • Thread starter Thread starter rabbit
  • Start date Start date
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/
------------------------------------------------
 
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/
------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top