** Project changed: openoffice => libreoffice (Ubuntu)
** Changed in: libreoffice (Ubuntu)
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/175335
Title:
[Upstream] [hardy] spreadsheet macros are very slow
Status in “libreoffice” package in Ubuntu:
Invalid
Status in “openoffice.org” package in Ubuntu:
Fix Released
Bug description:
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/175335/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp