novice macro user
Posted by Rey on March 29, 2001 1:16 PM
Hi,
I would like to ask for help with my macro. Part of what my macro is doing is to concatenate two adjacent cells. This is what the macro code says:
ActiveCell.FormulaR1C1 = "=A1&B1"
But when I ran it, I get this instead "#NAME?". I think the problem is that the macro is not interpreting the formula properly. How can I fix this?
Please help me