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





------- Additional comments from [EMAIL PROTECTED] Sat Oct  4 13:53:49 +0000 
2008 -------
hi regina,
yes, you are right with the priority. It's just the other way round I thought it
would be... Here a little code for testing. You have to select a cell first
before starting it.

sub dateToCell()
Dim x As Integer, y As Integer, aSheet As Object, aCell As Object, sDate As _
String  
        aSheet = ThisComponent.CurrentController.ActiveSheet 
        aCell = ThisComponent.CurrentController.Selection
        x = aCell.CellAddress.Column: y = acell.CellAddress.Row 
        aCell.String = "4.10.": x = x + 1
        aCell = aSheet.getCellByPosition(x, y)
        aCell.String = Format(Date, "DD.MM.YY") 
end sub

That's it.

regards
jimmyjazz


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