Automation error

T

Tali

Hello,
In my visual basic application I reference excel. The program runs fin
on my computer. When I run it on another computer it gives me erro
message saying "Active x component can't create object". What do I hav
to install to the other machine. Is there Excel run time files o
something? Please help
Thank yo
 
F

Frank Stone

Not all PC have the same excel setup. the second PC you
spoke of may not have the activeX control in it library.
knowing which activex control is giving you the proplem
helps. in the VB window go to Tools>References. you will
get a list of available libraries.
 
T

Tali

Let me make it clear.
I have referenced excel in project - reference. That means earl
binding. It seems the error message comes from missing the exce
runtime files.
Is there excel run time files which I should install or do I have t
install excel on the other machine.
Thank
 
Top