How to install mscomct2.ocx file from .cab file (Excel User Form and VBA) -


i have excel spreadsheet user form uses calendar control. works fine on machine, others can't use because missing mscomct2.ocx file. found download (http://support.microsoft.com/kb/297381), comes down cab file, , i'm not sure how tell others use file. internet searches point variety of solutions copying system32 file registering using regsrv32. hoping here give me layman's instructions, hate ask these other users try 5 different things.

you're correct painful hand out others, if have to, how it.

  1. just extract .ocx file .cab file (it similar zip)
  2. copy system folder (c:\windows\syswow64 64 bit systems , c:\windows\system32 32 bit)
  3. use regsvr32 through command prompt register file (e.g. "regsvr32 c:\windows\syswow64\mscomct2.ocx")

references


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -