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.