paulvinders
6 years agoContributor
Is an opened Excel-Reference by TestComplete somehow hidden for other applications?
We have the following situation:
we start TestExecute 14 and get per OLEObject a reference to Excel.Application. We open a Workbook. An Excel-instance is opened with this Workbook. Another (Delphi)...
- 6 years ago
Hi,
the following works for me with EXCEL7 in MSAA (Windows 7/10 and Office 2016):
Sys.Process("EXCEL").Window("XLMAIN", "*", 1).Window("XLDESK", "*", 1).Panel("*").NativeObject.Application
With this property I have all original Properties/Methods like before.
Thanks!
sincerely
P. Vinders