To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63452
User gercokees changed the following:
What |Old value |New value
================================================================================
Status|CLOSED |REOPENED
--------------------------------------------------------------------------------
Resolution|WORKSFORME |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Mar 30 09:13:14 +0000
2007 -------
I reopen this issue, because in my opinion the problem still persists in OOo 2.2
i think it has to do something with vb-functions calling other functions.
I submit an attachment where the error occurs.
use the vb-functions below, and be sure to use {ctrl}+{shift}+{f9}. Then, when a
"save autorecovery information" occurs during the recalculation, on cell gets an
error "Err:522"
greetz...
Function Test(one, two, three)
Test = one * (1 + int(two / 0.4 / test2(three) + 0.999))
End Function
Function test2(three)
velocities = Array(-1, 3000, 1200, 3000, 3000, 240, 120, 1250, 240,
1250, 1250,
240, 600, 170, 25, 999, 999, 999, 999, 999, 999)
test2=velocities(three)
End Function
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]