I am using my normal.dot from “forever” in word 365
I find that an old “auto open ” code in the normal.dot file is hanging when I open a word document from say an email that causes the document to open in protected view/ read only, it errors out that this code
Public Sub MAIN()
If Not WordBasic.AppMaximize() Then WordBasic.AppMaximize
If Not WordBasic.DocMaximize() Then WordBasic.DocMaximize
End Sub
error message 509 in Microsoft visual basic the doc maximize command is not available because this command is not available for reading
Is there a more up to date “code”
Thanks
JK