To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=10896





------- Additional comments from [EMAIL PROTECTED] Wed Mar  7 08:32:31 +0000 
2007 -------
There is a workaround for this one.
=cell("filename")
gives the complete path and the sheetname in one string.
Then, using regular expresions, find the position of the "$" character,
at this positon the sheetname starts.
Thus:
a1: = cell("filename")
a2: = RIGHT(P6;LEN(P6)-SEARCH("[$]";P6))

(be sure you selected to use regular-expresions: tools > options > enable
regulare expresions

---------------------------------------------------------------------
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]

Reply via email to