Compile On Demand

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • paul.m.henderson@gmail.com

    Compile On Demand

    Does anyone know how to programmaticall y turn off the Compile On
    Demand option? I'm looking to distribute an ADP with this option
    disabled, but can't find it in Application.Set Option or the registry.
    Thoughts?

    Thanks!
  • Chris O'C via AccessMonster.com

    #2
    Re: Compile On Demand

    There's no option to set in vba but the user could change the registry
    setting with a script if he/she has sufficient permissions to run scripts and
    make registry changes.

    HKEY_CURRENT_US ER\Software\Mic rosoft\VBA\6.0\ Common

    CompileOnDemand , DWORD (0 = Unchecked, 1 = Checked)

    Chris
    Microsoft MVP


    paul.m.henderso n@gmail.com wrote:
    >Does anyone know how to programmaticall y turn off the Compile On
    >Demand option? I'm looking to distribute an ADP with this option
    >disabled, but can't find it in Application.Set Option or the registry.
    --
    Message posted via http://www.accessmonster.com

    Comment

    Working...