anonymous
2016-12-09 14:36:04 UTC
A7 =Text (A1,"MM-DD-YY")
"Complie error:
Sub or Function not defined."
I have the Text function available in the function box, and the above line works good .
In Tools >references, I do not have the EXCLLINK.XLA add-in
I recorded the Text function with a Macro, it works, but here is what I get
Range("A7").Select
ActiveCell.FormulaR1C1 = "=TEXT(R[-6]C,""mm-dd-yy"")"
What does this mean? R1C1 R[-6]C ?????
Thank you