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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
     Ever confirmed|0                           |1
                 CC|                            |[email protected]

--- Comment #2 from Julien Nabet <[email protected]> ---
Could you provide the example file?

Indeed, I pasted this on a brand new LO file:
Option VBASupport 1

Public Sub fmsgboxoK(iintmsg As Variant)
With MessageBox
.Height = 130
.LMessagebox.Height = 60
.CommandButton1.Top = 78
.LMessagebox = "*" + iintmsg
'.LMessagebox.TextAlign = fmTextAlignLeft
.Show
End With
End Sub

and got this message when trying it:
"Basic runtime error.
'91' Object variable not set."

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to