VBA problems on start up

Hello, I have received answer for my request with VBA problems on start up. Unfortunately, all the methods have not been effective in my case. I have still problem, I have tried all your suggestion and other suggestion that I have found in internet (all not have been not effective). Could you help me???

PS. My Microsoft Office version is 2013 plus 64-bit.

Parents
  • Hi Artur,

    Please try this

    1. If you are using Win 8.1 / Win 10 try explicitly disable the UAC, set the value EnableLUA from 1 to 0 in the registry under, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.

    2. Repair AECOSIM Build.

    2. Register mscomctl.ocx

    [ On command Prompt try this if system is 64 bit
    C:\Windows\SysWOW64>regsvr32 MSCOMCTL.OCX

    Otherwise use for 32 bit system
    C:\Windows\System32> regsvr32 MSCOMCTL.OCX

    3. And also register tfcom through command prompt

    C:\Program Files (x86)\Bentley\AECOsimBuildingDesigner V8i Ss6\AECOsimBuildingDesigner\mdlapps>tfcomregister -tfregserver tfcom

    This should work.

    Rg,

    Sandeep

Reply
  • Hi Artur,

    Please try this

    1. If you are using Win 8.1 / Win 10 try explicitly disable the UAC, set the value EnableLUA from 1 to 0 in the registry under, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.

    2. Repair AECOSIM Build.

    2. Register mscomctl.ocx

    [ On command Prompt try this if system is 64 bit
    C:\Windows\SysWOW64>regsvr32 MSCOMCTL.OCX

    Otherwise use for 32 bit system
    C:\Windows\System32> regsvr32 MSCOMCTL.OCX

    3. And also register tfcom through command prompt

    C:\Program Files (x86)\Bentley\AECOsimBuildingDesigner V8i Ss6\AECOsimBuildingDesigner\mdlapps>tfcomregister -tfregserver tfcom

    This should work.

    Rg,

    Sandeep

Children