No Auto-complete for OLEObject (Microsoft Office Automation)

I am going to be using the Office object model in one of my applications and there doesn’t seem to be a way to enumerate the various object methods and properties using autocomplete. Is there a way to access the long list of MS Office object properties, methods, etc using Xojo’s debugger or at design-time? In FoxPro I could instantiate the Word object (i.e. oApp = CREATEOBJECT(‘Word.Application’)) in the command window and then IntelliSense® would allow me to drill down and see the application, document, and numerous other objects and properties. I’m happy to purchase a 3rd-party plugin to make my life a little easier here.

Thanks in advance for your reply.

@Paul Lefebvre Perhaps you can answer this one? In general, I’d like to be able to enumerate methods, properties, etc when I’m instantiating OLE objects. Not just for Office, but any applications that provide an SDK (Dymo, for example).