Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course

Stop Protected View

0

I share spreadsheets as attachments to emails.  When the person on the other end tries to read them, he first gets an "Enable Editing" message and then gets "Read Only" status in Excel 365.  Does he have a default setting we could change to stop what appears to be "Protected View"?

Answer
Discuss

Answers

0

There are two issues here. One is the protected view, the other the Read Only status.
Excel doesn't open workbooks containing unsigned code. Even if this feature could be turned off that couldn't be recommended because you may not be the only one sending workbooks to the recipient. Malicious code can easily be designed to run when a workbook is opened and install all kinds of programs (viruses). Asking the user whether to trust the received workbook is a necessary safety feature. You can work around it by signing your code and asking the recipient to trust code signed by you. That is a setting on his computer.
I'm not familiar with Office 365. It's possible that the workbook is opened ReadOnly by default and would lose that status only if the user saves a copy. This would safeguard the integrity of the attachment. If the workbook copy retains the ReadOnly status it's likely that the workbook was given that status upon sending, perhaps by the email client.

Discuss


Answer the Question

You must create an account to use the forum. Create an Account or Login