References to Excel in a VB project

  • Thread starter Thread starter Peter A
  • Start date Start date
P

Peter A

I am writing a program that interacts with Excel. On my system I have
inserted a reference to the Excel 11.0 Object Library. On the client's
machine, even though he has the same Excel installed (Excel 2003) he
only has the Excel 10.0 Object Library, and the reference gets broken
and I have to re-define it.

How can I prevent this problem? Or, how can I install the Excel 11
Library on the client's system?
 
Peter A said:
I am writing a program that interacts with Excel. On my system I have
inserted a reference to the Excel 11.0 Object Library. On the client's
machine, even though he has the same Excel installed (Excel 2003) he
only has the Excel 10.0 Object Library, and the reference gets broken


Something was wrong here. He may have to reinstall/repair his Excel2003

and I have to re-define it.

How can I prevent this problem? Or, how can I install the Excel 11
Library on the client's system?


You do not install it. Nor you have the right to distribute it. It is part
of Excel2003 and get installed when Excel2003 is installed.
 
Back
Top