79641821

Date: 2025-05-28 08:47:11
Score: 0.5
Natty:
Report link

YES, you can, just use FormulaLocal. 😉

Exemple in French version, both are working the same way.

Sub test()
    Cells(1, 1).Formula = "=RIGHT(""TOTO"", 2)"
    Cells(1, 2).FormulaLocal = "=DROITE(""TOTO""; 2)"
End Sub
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: CodeKiller