hello,
I have a problem in my MFC class library (VS2003) w.r.t excel automation.
I open an excel file to grab some data and close it. When the user
clicks the button to open another excel file, the file that I previously
used is show in an excel window that opens... (i NEVER want excel to
be visible)
My interface to the excel automation is implimented through a singleton
object.
I think that the focus of excel (even though the visible property is
FALSE) is being propagated to the top when focus is lost on my app
(focus going to the open dialog). Trying to set breakpoints i can see
that the excel window opens before the code to launch the open dialog.
Any hints/tips would be appreciated.
Jamie