To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=116936 Issue #|116936 Summary|VBA Cells.Select fails in Calc 3.3, worked in 3.2 Component|Spreadsheet Version|OOo 3.3 Platform|PC URL| OS/Version|Windows 7 Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P4 Subcomponent|programming Assigned to|spreadsheet Reported by|adiant
------- Additional comments from [email protected] Sun Feb 13 02:31:57 +0000 2011 ------- The following code fragment fails in Calc Version 3.3, but worked in all 3.2 releases: Option VBASupport 1 Sub SortToDo() Dim Doc As Object Doc = ThisComponent Cells.Select The error message reads: BASIC runtime error. '1' Type: com.sun.star.uno.RuntimeException Message: unsatisfied query for interface of type ooo.vba.excel.XWorksheet! --------------------------------------------------------------------- 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]
