chrisw76
New Member
- Joined
- Sep 23, 2016
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
- MacOS
- Mobile
- Web
Hello all!
I recently found a new way to unblock a file downloaded from the Internet with Macros in it and I thought I'd share.
The two most common ways are (see article here: How to fix “Microsoft has blocked macros” [exceloffthegrid.com]
For example:
Cheers, Chris W.
I recently found a new way to unblock a file downloaded from the Internet with Macros in it and I thought I'd share.
The two most common ways are (see article here: How to fix “Microsoft has blocked macros” [exceloffthegrid.com]
- Right-click on the file in File Explorer and in Properties window check the Unblock checkbox, or
- Change the Trust Center settings
For example:
Code:
Unlock-File -Path <Path to your blocked file>
Cheers, Chris W.