View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default excel in winform

From VB6, I have used SetParent on a the handle of an Excel instance to set
it a form.
You can use automation to interact with Excel.
I imagine .Net is somewhat similar.

NickHK

"1_SeaMan_1" wrote in message
...
I think I'm going to reply to myself...
I just need to add an ActiveX component and use it in my form!!

Thank you

"1_SeaMan_1" wrote:

Hi all,
Can I embed an excel file in a winform and do normal functions, like

save,
or update and save the file while it is still opened in the winform.