Change setting using macro - Keep Desktop Objects on Layer

Has anyone figured out a way to have a macro read and change the setting for "Keep Desktop Objects on Layer" which is found on the Objects docker, "Gear"/settings menu? I would love to be able to check and change this using VBA.

Parents Reply
  • Hi Eskimo. Did you ever figure out how to set the Nudge Offset value (nudge distance) using VBA?

    I never succeeded in my attempts to use the Application.SetApplicationPreferenceValue method.

    For the job of moving things back and forth using a specified value - e.g., to move some content away from other content for the sake of easier editing, and then moving it back again later - I now mostly use my Mover macro.

    The value lists in the comboxes are very much under the users's control, so it's easy to have a number of desired values readily accessible, or to just have it reflect the most recently used values.

Children