https://bugs.documentfoundation.org/show_bug.cgi?id=153724

            Bug ID: 153724
           Summary: A macro which is executed in older versions but not in
                    newer versions.
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

Description:
newer versions refuses to execute almost all the macros.
In my poor investigation, 6.4 is fine but 7.3 or later has this problem.


sorry about my poor English.

Steps to Reproduce:
1. Use 7.4 or later [maybe 7.0 or later]
2. Run the macro which quoted in "Other Information" down below.
3. 6.4 does it fine but 7.4 or newer stops it with error. 

Actual Results:
It stops with error.

Expected Results:
I think this is a very big bug.
I need the macro so I uninstalled 7.4 and reinstalled 6.4 because newer
versions refuses to execute the macro.


Reproducible: Always


User Profile Reset: No

Additional Info:
Sub さかさことば2()
    Dim 選択セル As Range
    For Each 選択セル In Selection
    選択セル.Value = StrReverse(選択セル.Value)
    Next 選択セル
End Sub



3行マクロ~文字列をさかさに並び替える、文字列逆から読む~StrReverse 関数
https://kokodane.com/mini_macro28.htm

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to