https://bugs.documentfoundation.org/show_bug.cgi?id=92880

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #2 from [email protected] ---
Sorry, I didn't include an example since any call to the function fails. Here's
a very simple code to reproduce:

----
Rem Attribute VBA_ModuleType=VBAModule
Option VBASupport 1
Sub Test()

Dim rs As Object

Set rs = CreateObject("ADODB.Recordset")

Sheets("Sheet1").Range("A1").CopyFromRecordset rs

End Sub

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to