Issue 116936

Summary: VBA Cells.Select fails in Calc 3.3, worked in 3.2
Product: Calc Reporter: adiant <jon>
Component: programmingAssignee: daniel.rentz
Status: CLOSED FIXED QA Contact: issues@sc <issues>
Severity: Trivial    
Priority: P4 CC: daniel.rentz, issues, jacques.olivarez
Version: OOo 3.3   
Target Milestone: 3.4.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description adiant 2011-02-13 02:31:57 UTC
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!
Comment 1 daniel.rentz 2011-04-19 10:40:32 UTC
started
Comment 2 daniel.rentz 2011-04-19 10:55:02 UTC
fixed in CWS calc69