Excel automation in a VB app

A

allanroy2223

Could I deploy a VB app in a client desktop that utilizes
Excel automation without having to install MS Office? If
so what are the interface files or libraries I need to
deploy with the VB app?
 
J

Jake Marx

Hi,

For automation to work on the client's machine, Excel must be installed on
that machine. There is no "runtime" version of Excel. You could use OWC
(Office Web Components), but there are various licensing/distribution
restrictions. I believe that users can only modify/interact with the
spreadsheet component if they have a valid Office license.

http://office.microsoft.com/assista...ID=CH063654401033&CTT=6&Origin=HP052694041033

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 
Top