I am trying to have Visual Basic enter a formula into a spreadsheet so I can copy it down a column.
Here is the line in Visual basic:
ActiveCell.FormulaR2C2 = "=CONCATENATE(R1C3," - ",R2C4)"
Whenever I try to run it I get a Run time error 13: Type Mismatch.
Any help would be greatly...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.