About 2,660,000 results
Open links in new tab
  1. How do I disable and enable macros on the fly? - Stack Overflow

    As far as I know, you can't enable / disable macros from an opened workbook on the fly. Yet, you shouldn't have to because macros are only triggered thanks to a user click. The only case I would …

  2. excel - How do I unblock macros that are blocked because the source …

    Dec 18, 2024 · Saved to onedrive as file1.xlsm, when I re-open i get a red "security risk: microsoft has blocked macros from running because the source of this file is untrusted". Microsoft forums state to …

  3. Open a workbook from VBA and disable Workbook_Open() code?

    Oct 8, 2015 · Here another way to open with out the vba Start Excel Application > Go to File > Recent > Hold Shift key and double click to open - Doing this will prevent the Workbook_Open event from …

  4. How do I temporarily disable a macro expansion in C/C++?

    Apr 18, 2015 · Macros-name Left parethesis One token for each argument separated by commas Each token in this list can be separared from another by whitespaces (i.e. actual whitespaces and …

  5. vba - MS Access: Macros remain enabled even though Trust Center ...

    Mar 30, 2022 · In brief: Even if your Macro Trust Settings are set to "Disable all macros with notification", once you enable macros for a particular app, that app will be added to the list of Trusted Documents …

  6. Disable all dialog boxes in Excel while running VB script?

    'Disable all macros without notification' This setting does not allow any macros to run. When you open a new Excel workbook, you are not alerted to the fact that it contains macros, so you may not be aware …

  7. excel - Enable Macros via Powershell - Stack Overflow

    Feb 17, 2015 · I have a Powershell script that creates an Excel File, and within that runs a macro to embed an OLEObject. This is going to be used by field engineers and therefore on different …

  8. excel - Avoid 'Enable/Disable Macros' MacOS prompt when ...

    Nov 4, 2023 · Note 2 : On the Mac it is possible to skip the 'Enable/Disable Macros' prompt by going to Microsoft Excel > Preferences > Security > 'Enable all macros'. This is a 'solution' that I obviously …

  9. Excel Macro-Enabled workbook (.xlsm) macros disabled and no …

    3 from developer tab Macro Security a. macro setting : Select disable all macros with notification b. Developer Macro Setting: Select "Trust access to VBA Project Object model" Disable Design mode …

  10. Stop VBA code from running when opening Excel file

    Dec 24, 2023 · Open Excel with a new, blank workbook Navigate File => Options => Trust Center => Trust Center Settings Macro Settings => Disable VBA Macros with notification Now you should be …