To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59970
------- Additional comments from [EMAIL PROTECTED] Tue Jan 17 11:03:33 -0800
2006 -------
The following BASIC code fixes this problem.
Assuming oRange is a valid SheetCellRange object:
----------------------------------------------------
With oRange
For lngCurrentRow=0 To .Rows.Count-1
For intColCounter=0 To .Columns.Count-1
With
oRange.getCellByPosition(intColCounter,lngCurrentRow)
If Instr(.String,globDefaultDelim)>0 Then
.String=.String
End With
Next
Next
End With
---------------------------------------------------------------------
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]