A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi Kris
Thank you for reaching out.
If you've already added your Dropbox folder as a Trusted Location in Excel and macros still won't run, please make sure you are opening a local, fully downloaded copy of the workbook. If the file is still stored only in the cloud (online-only), Excel may not be able to trust or access it correctly for macro execution.
To ensure the file is available locally:
- Open your Dropbox folder in File Explorer.
- Locate the workbook.
- Right-click the file and select Make available offline (or the equivalent Dropbox sync option).
- Wait until the file shows as fully synchronized and available on your device.
Next, check whether the file is blocked by Windows:
- Open File Explorer, navigate to your Word file that you need to enable macros
- Right click on it and choose Properties
- In General tab, check the Unblock box for the Security option.
If the "Unblock" checkbox isn't available, you can use PowerShell to unlock your file's macro (if your device has permission to use PowerShell):
- In the search bar, type PowerShell and select "Run as administrator."
- Then, paste this script into PowerShell > Enter to unlock your file:
Unblock-File -Path "C:\Path\YourFile.xlsm"
- If you don't know your file path, you can open File Explorer > navigate to the folder you store the file > select the file and right-click > Copy as Path (or use short-cut Ctrl+Shift+C) > paste it to replace the
"C:\Path\YourFile.xlsm"part.
I hope this information is helpful. If the issue persists and macros are still being blocked, please share any error messages or security warnings you receive, and I'll be glad to investigate further.
Thank you for your understanding.
If the answer is helpful, please click "Yes". If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.