About 75,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 …

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

    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 …

  3. excel - Open a workbook from VBA and disable Workbook_Open …

    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 …

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

    'Disable all macros with notification' This setting prevents macros from running. However, if there are macros in a workbook, a pop-up is displayed, to warn you that the macros exist and have …

  5. How to open an Excel Workbook with Macros Disabled in …

    Jan 11, 2023 · 0 I'm trying to write a PowerShell script to scan a path for an Excel file (.xlsm) containing a specific string. The script I'm working on currently opens the files with macros …

  6. excel - Enable Macros via Powershell - Stack Overflow

    Feb 17, 2015 · 2 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 …

  7. 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 …

  8. How to solve the problem in excel: Macros are disabled

    Apr 27, 2021 · The macros are disabled and I can't figure out how to enable it. Upon opening the file I only get a security warning stating "Macros have been disabled" with an 'Options" button. …

  9. Disable Save As Function [SOLVED] - Excel Help Forum

    Apr 19, 2021 · Disable save function for users By Barry Engelbrecht in forum Excel Programming / VBA / Macros Replies: 18 Last Post: 07-09-2013, 09:36 AM

  10. Digitally signed my macro and it still won't run in excel

    Aug 1, 2017 · 3 I have made a VBA script in an Excel file. I don't want to allow all scripts to run because of security reasons so I set my Excel to work with Disable all macros except digitally …