The third line of this code generates an “object not set” error.
Dim objEvent As Object
objEvent = CreateUnoService("com.sun.star.awt.MouseEvent")
MsgBox objEvent.Dbg_Properties
The mouse event name was extracted from a mouse event. What am I doing wrong?
Edit: Never mind.
Dim objEvent As New com.sun.star.awt.MouseEvent