D
Darren Barrick
I have the same problem as that described by 'Nig' on 22/03/2005.
My Application users Excel automation, which I want to keep hidden from the
user
ExcelApplication = New Excel.Application
Thus i do ExcelApplication.visible = false
This puts Excel into the process list (ofc) and i can live with this.
However when manually opening another workbook by launching excel it will
attatch itself to my Process !
Any suggestions on how I can preven this behaviour ?
Thanks
Darren Barrick
My Application users Excel automation, which I want to keep hidden from the
user
ExcelApplication = New Excel.Application
Thus i do ExcelApplication.visible = false
This puts Excel into the process list (ofc) and i can live with this.
However when manually opening another workbook by launching excel it will
attatch itself to my Process !
Any suggestions on how I can preven this behaviour ?
Thanks
Darren Barrick