View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eyal[_2_] Eyal[_2_] is offline
external usenet poster
 
Posts: 1
Default Showing Excel within the MFC application

Im automating an Excel application via a certain C++ program. I was able to
open an excel instance as a stand alone instance. I would like
however to show the excel sheet/workbook/data within the context of my C++
application, somehow to make the excel sheet "seen" inside
my MFC window. This will give the user the ability to see the data changes
in my MFC program and in the same time (on the same window)
see the data changes in excel (without having to switch between the two apps
using Alt+Tab)


Thanks in advance,
Eyal