microsoft visual basic error. class not registered

  

when i try to select any of function keys, this error keeps popping up. any solutions 

Parents Reply
  • This did the trick for me:

    Run cmd.exe as administrator.

    Go to c:\windows\system32

    Run command:

    regsvr32 fm20.dll

    This occurs because different Office versions register FM20.DLL in different locations:

    In this case it is the Office 2019 64-bit installation. You can see this in the Registry at this key:

    Computer\HKEY_CLASSES_ROOT\CLSID\{C62A69F0-16DC-11CE-9E98-00AA00574A4F}

    So make sure the version indicated in the VBA references dialog exists and is registered.

Children
No Data