Hi guys!
I made unsuccessful attempts to get the running Excel-object.
In Windows 7-32b this procedure works correctly.Code:Set objExcel = GetObject(, "Excel.Application")
But under Windows 8-64b on this line, an error occurs:
Also, this code is working:"Run-Time Error '429': ActiveX component can't create object"
But I need to get a running instance.Code:Set objExcel = CreateObject("Excel.Application")
I'm use Windows 8-64 and Excel 2013.




Reply With Quote
