A family of Microsoft word processing software products for creating web, email, and print documents.
Does not work, same issue for us.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Since the reviewing, editing, and viewing feature I cannot copy and paste from a read only document. I have to gain access to even copy and paste. My job requires me to copy and paste from upwards of 10 documents. Since word won't let me copy and paste from a read-only or viewing document I have to check them out of our SVN every time. Does anyone know how to turn this feature off and go back to the original word?
A family of Microsoft word processing software products for creating web, email, and print documents.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Does not work, same issue for us.
My understanding based on our environment is yes this allows only typing into the fillable form fields but if a user clicks Save it overwrites the original document with those fillable form field values. We therefore have to mark the document as Read-only which would fire a save as, instead now this new "feature" prevents typing all together including the fillable form fields.
We tried that and it unlocked the whole document making it editable to all.
Well Jeez Cory, IDK. I have had success with "filling in forms" as the how to lock the form whether I was emailing the form to someone or if they simply accessed it off our network. don't know how to direct you as I have never had to trouble shoot that not working. Hmm... :-/
The document itself is already unprotected. This is where ours is erroring out and we receive the OpenDataSource error.
'This part merges opens the datasource in the primary document
'Documents("c:\Mergedocs\WordMerge\MergeTemplate.docm").Activate
ActiveDocument.MailMerge.MainDocumentType = wdFormLetters
ActiveDocument.MailMerge.OpenDataSource Name:="C:\MERGEDATA\" & Environ("USERNAME") & "\MASTERWP.txt", \_
ConfirmConversions:=False, ReadOnly:=True, LinkToSource:=True, \_
AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", \_
WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, \_
Format:=wdOpenFormatAuto, SubType:=wdMergeSubTypeOther
Is the document unprotected? Here is the line after
wddoc.unprotect password:=""
Scott