Registering OCX on 64-bit Windows 7

Posted by Jay on Super User See other posts from Super User or by Jay
Published on 2012-11-25T16:12:50Z Indexed on 2012/11/28 5:08 UTC
Read the original article Hit count: 486

Filed under:

I want to use MSCOMM control in my MS Excel 2010 VBA. The control shall appear in Tools-> Additional Controls dialog box in VBE of MS Excel 2010.

I am trying to register MSCOMM32.OCX on my 64-bit Windows 7 machine. However, as I try to register it using regsvr32 as shown in the command window below, I am getting shown error popup.

enter image description here

What am I missing here? Why is this component not getting registered?

Or this is not the correct way to include MSCOMM control in MS Excel VBA?

I have read following:

Registering OCX file manually

http://social.msdn.microsoft.com/Forums/en/vbgeneral/thread/1f00d6cc-00a9-4ca0-9698-535e2487af31

But to no avail.

© Super User or respective owner

Related posts about vba