A family of Microsoft word processing software products for creating web, email, and print documents.
Dear Sophia,
Thanks for the reply, I will definitely add my question to the feedback community.
I post here my workaround if it can be useful to someone: I exploited the macro AutoOpen adding a proper instruction:
Sub AutoOpen()
If Not ActiveDocument.ReadOnlyRecommended Then
ActiveDocument.ReadOnlyRecommended = True
End If
End Sub
Saving that in Normal.dotm it (sort of) satisfies what I was looking for, but definitely a "smarter" approach and more user-friendly would be useful.
Kind regards,
Leonardo