View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
extra extra is offline
external usenet poster
 
Posts: 1
Default Cannot create object

Hi

I have an excel application that uses a vb6 activex exe component.
On my machine everything works fine (as always...)

however when i install the excel file on another computer and i'm
trying the following line:
MyExeObj = new ExeObj

I get activex cannot create component error.

when i remove the exe reference and add it again the line works.

does anyone have an idea how to make it work without re-reference the
exe ??

10x.