How to Enable Macros in Excel When There Is No Enable Button
If Excel shows no Enable Content button, the file is blocked as internet-sourced. Right-click it, pick Properties, tick Unblock, then reopen it.
2026-08-31
How to enable macros in Excel when there is no enable button
To enable macros in Excel when there is no enable button, close the file, right-click it in File Explorer, choose Properties, tick the Unblock checkbox at the bottom of the General tab, and click OK. Reopen the workbook and the macros will run.
Digging through Trust Center settings does nothing here. That advice is written for a different message. If your banner is red and offers no way to continue, Excel is not asking your permission. It has already decided.
TL;DR: Key takeaways
- A red banner saying macros were blocked because the source is untrusted means the file carries an internet marker, not that your settings are wrong.
- Fix it per file with the Unblock checkbox in the file's Properties dialog on Windows.
- Fix it permanently for a folder you trust by adding it as a Trusted Location in Excel.
- Changing Trust Center macro settings will not remove this block, so skip that step.
- A message naming your administrator is a different block that you cannot clear yourself.
First, work out which block you are looking at
Read the banner wording before you change any setting. Excel uses three different messages and each has its own fix.
A red banner reading "Microsoft has blocked macros from running because the source of this file is untrusted" means the file was downloaded or opened from a network share. There is no Enable Content button because Microsoft removed it for this case. Skip to the next section.
A yellow banner reading "Security Warning: Macros have been disabled" with an Enable Content button is the normal prompt. Click the button and you are done.
No banner and no macros running means settings are disabling everything silently. Go to File > Options > Trust Center > Trust Center Settings > Macro Settings and choose "Disable all macros with notification" so Excel prompts you again. Microsoft's guide covers each setting.
Fix 1: Unblock a single downloaded file
This clears the red banner in about ten seconds.
- Close the workbook in Excel first. The change will not apply to an open file.
- Open File Explorer and go to the folder where you saved the file.
- Right-click the file and choose Properties.
- At the bottom of the General tab, tick the Unblock checkbox, then click OK.
- Reopen the workbook. The red banner should be gone.
Microsoft documents this as the primary fix for a macro blocked as internet-sourced. The Unblock checkbox appears on Windows only, and only when the file actually carries the marker, so its absence usually means something else is blocking you.
One catch: a file opened straight from an email attachment pane keeps the marker. Save it to your hard drive first, then unblock the saved copy.
Fix 2: Trust a whole folder instead
If you download macro files regularly, unblocking each one gets old. Add a Trusted Location instead and Excel stops checking files saved there.
- In Excel, go to File > Options.
- Choose Trust Center > Trust Center Settings > Trusted Locations.
- Click Add new location, then Browse to pick your folder, and click OK.
Use a dedicated folder, not Downloads. Downloads catches everything you fetch from the internet, including what you did not mean to fetch, so trusting it defeats the point of the block. A folder named Excel macros holding only files you chose deliberately is the safer pattern.
Someone running a month-end close might keep five macro workbooks there and open them a dozen times a week. Setting the Trusted Location once removes about fifty unblock steps a month.
Fix 3: When the message names your administrator
If the warning says "Your administrator has restricted the use of macros in your organization," or you see "Macros are blocked from this location" when saving, IT policy is the blocker and no checkbox on your machine will clear it.
Microsoft's route is to save the file to OneDrive or another approved location, then reopen it from there. If that fails, ask IT rather than hunting for a workaround.
Frequently asked questions
Why is there no Enable Content button in Excel?
Because the file was flagged as coming from the internet or a network share. Since Microsoft began blocking internet-sourced macros by default, Excel no longer offers a one-click enable for those files. You clear the flag on the file itself through the Properties dialog, not inside Excel.
Does changing Trust Center macro settings fix a blocked macro?
No. Trust Center settings control the yellow prompt, not the internet-source block. You can set macros to run without notification and a downloaded file will still be blocked. Unblock the file in its Properties, or put it in a Trusted Location, to actually clear it.
Why is the Unblock checkbox missing from Properties?
The checkbox only appears when the file carries the internet marker. If it is missing, the marker was already cleared, the drive is not NTFS-formatted, or your administrator is the blocker. The banner wording tells you which case applies.
How do I enable macros in Excel on a Mac?
The Unblock checkbox is a Windows feature and has no Mac equivalent. On Mac, use the yellow prompt when it appears, or add the folder as a Trusted Location under Excel > Preferences > Security. Excel for the web cannot run VBA macros at all, so use the desktop app.
Is it safe to unblock a macro file?
Only when you know what the macro does. The block exists because macro files are a common malware route. Unblock files from sources you chose deliberately. If the file arrived unexpectedly, delete it instead of enabling it.
What to do next
Once the file opens cleanly, press Alt + F8 on Windows or Option + F8 on Mac, pick the macro by name, and click Run. Our 30-second setup guide covers the full download-to-run flow, and the VBA guide for non-coders explains what you are running. Every macro in our free tools library ships its source as a plain .bas file you can read before unblocking anything, and the productivity macros guide shows what they do.