The macro recorder always uses R1C1 style references (FormulaR1C1 Property). I don't think you can change itso that it uses the Formula Property.
You can, however, toggle how your formulas look by choosing Tools, Options and checking R1C1 reference style on the General tab. That may help you understand them.
You can also use the ConvertFormula Method in VBA to see how a formula in one style would look in the other. Check out the example in Help.