Quote Originally Posted by daveyk021 View Post
I can not get any of my VBA or VB6 Programs to see the LED.OCX control. I can reference it without error (it is not one you register with the OS) on both VB6 and VBA.
I've never heard of such a thing. You must either register it (with RegSvr32) or you must locally (within the app) register it through a manifest with the SxS technology. I know of no other way to use an OCX file.

Or, if your app is correctly "installed" with a good installer, that installer software should register it.