View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default VB6 component does'nt exist

Try unregistering the control and re-registering it. From the Windows Start
menu, choose Run, and enter

RegSvr32 "C:\Whatever\Path\File.ocx" /u

Then register again with the command above but omit the "/u".


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)


"avi" wrote in message
oups.com...
Hello,

In a program written in vb6 in order to manipulate Excel, the Project-
Components-Controls Tab refers to an OCX in a location that does'nt
exist, resulting in Names conflict when i try to register the OCX from
its true location. How can i delete the wrong reference?

Thanks a lot for your urgent help
Avi