View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default unable to open excel 2007 and interact with it using vc++ code

I sincerely hope that MS have not removed those object from Excel's model,
otherwise we are all in a lot of trouble.
Can't answer your question from an Excel point of view, but maybe better at
:
microsoft.public.excel.sdk
microsoft.public.excel.interopoledde

NickHK


"senthilvel" wrote in message
...
I am a vc++ programmar . Earlier i interacted with excel 2000 APIs and
objects using vc++ code . Now i want to use Excel 2007 . But in excel 2007
they changed everything . They removed worksheet , worksheets , Range

class
etc . Now i am trying to open excel file using my code . But i could not

get
the IDispatch pointer of workbooks .