https://issues.apache.org/ooo/show_bug.cgi?id=97002
--- Comment #13 from hanya <[email protected]> --- (In reply to comment #12) > (In reply to comment #11) > > replace runtime function was introduced for compatibility with VBA by issue > > 85035. > > But it can be called without VBASupport on. > > Do you mean by setting Option Compatible on the module? or by some option in > the Tools dialog? I needed to say, Option VBASupport 1 is not required to call replace runtime function. It works without loading Tools library. Other functions introduced for compatibility reason like FormatDateTime, Round, InStrRev and StrReverse requires it on. -- You are receiving this mail because: You are on the CC list for the bug.
