You have been subscribed to a public bug:

Binary package hint: openoffice.org

Prior to upgrade to Ubuntu Gutsy with Openoffice Spreadsheet ver 2.3.0
the 2 small macros in my spreadsheet ran normally.  Now they are
extremely slow.  This is the simplest of the 2 but the speed for both is
about the same.

Sub ClearWithdrawals()
Dim intTRow As Integer, intTCol As Integer, intCRow As Integer, intCCol As 
Integer

    Sheets("Retirement Plan").Cells(1, 1).Value = ""
    Sheets("Retirement Plan").Cells(2, 1).Value = ""
    
'Clear all withdrawal cells
    For intCCol = 9 To 52
        For intCRow = 20 To 4 Step -2
            Sheets("Retirement Plan").Cells(intCRow, intCCol).Value = 0
        Next intCRow
    Next intCCol

End Sub

** Affects: libreoffice (Ubuntu)
     Importance: Unknown
         Status: In Progress

** Affects: openoffice.org (Ubuntu)
     Importance: Low
         Status: Fix Released

-- 
[Upstream] [hardy] spreadsheet macros are very slow
https://bugs.launchpad.net/bugs/175335
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to libreoffice in Ubuntu.

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to