Re: [Interest] Attaching to an existing MS EXCEL instance

2012-08-06 Thread Alex Malyushytskyy
I think you should read: http://support.microsoft.com/kb/238975/ This might be not as easy as you think: Theoretically, you can iterate the ROT for each individual instance, but Office applications do not register themselves if another instance is already in the ROT because the moniker for itse

Re: [Interest] Attaching to an existing MS EXCEL instance

2012-08-06 Thread Jason H
; To: "'interest@qt-project.org'" Sent: Monday, August 6, 2012 1:22 PM Subject: [Interest] Attaching to an existing MS EXCEL instance   Hi All The following command is always opening a new Excel instance; I am trying to attach with an existing Excel instance. Any idea h

[Interest] Attaching to an existing MS EXCEL instance

2012-08-06 Thread Velusamy, Baskar
Hi All The following command is always opening a new Excel instance; I am trying to attach with an existing Excel instance. Any idea how to do that? QAxObject *excel = new QAxObject("Excel.Application