How to use Excel.exe without installing Office in VB Application

N

Neelam

I've created a VB application that processes Excel Workbooks. I have added
Excel.exe in the project references. on target Machine I can't install MS
office. When I'm creating the Setup for the VB application it gives me the
message that Dependency information not found for Excel.exe. So please tell
me hoe to use Excel.exe without installing it through MS office.
 
B

Bob Phillips

You can't. If you want to use Excel then you will have to have a licensed
copy on that machine.
 
Top