JKPieterse
Jan 10, 2024Silver Contributor
Status:
New
add formulaLocal and formulaR1C1 properties to NamedItem object
Currently, the NamedItem formula property returns (and accepts) a localized formula. This is bad for portability, as code containing literal formula strings need to be localized.
I suggest to make sure the NamedItem object behaves the same as the Range object, which has these properties:
formulas
formulasLocal
formulasR1C1
No CommentsBe the first to comment