Questions tagged [activexobject]

ActiveX is the crucial starting point for activating and referencing an "Automation object" within Microsoft programming environments or the Internet Explorer browser. This function is specifically utilized when interacting with objects solely via script without any visual elements. Don't forget to take a look at the activeX tag for additional information.

Acquire an array of Worksheet names in JavaScript by utilizing ActiveX

How can I retrieve a comprehensive list of all available sheet names from my Excel file using the ActiveX Object? I am aware that the code Excel.ActiveWorkBook.Sheets provides access to the sheets. However, how do I obtain an array containing the NAMES of ...

Is there a way to launch QTP from JavaScript without relying on ActiveXObject?

Is there a way to call QTP from JavaScript without relying on ActiveXObject? I would appreciate any guidance on how to accomplish this task. Thanks in advance, Ramya. ...