Learn how to make a Word document read-only to prevent editing using methods: making read-only before opening, using Restrict Editing feature or Save as option.
1、选择word文档,右键选择“属性”2、取消勾选“只读”属性后,点击确认
(PS:就算是.docx格式的文件也有可能是以兼容性模式打开的。至于.doc格式的文件我觉得微软完全就是不想...
左边就是可以直接编辑的,右边就不行,甚至连虚拟键盘都调不出来。说我云,欢迎您也拿出两台ipad pro...
Documents.Open FileName:="C:\Test.doc", ReadOnly:=False End Sub Press ALT+F11 to return to Word. On the Tools menu, point to Macro, and then click Macros. In theMacro namelist, click Test, and then click Run. The document opens as a read-only...
全部显示 应用于 Dictionary 和 Document 对象的 ReadOnly 属性。 对于 Dictionary 对象:如果为 True,则不能修改指定的词典。Boolean 类型,只读。 …
Documents.Open FileName:="C:\Test.doc", ReadOnly:=False End Sub 按ALT + F11 来返回到 Word。 在工具菜单上,指向宏,然后单击宏。 在宏名列表中,单击测试,然后单击运行。 文档将作为只读文档打开。 解决方法 若要变通解决此问题,请使用而不是本文的"原因"部分的步骤 8 中所示的 Visual Basic 宏基本单...
最近需要批量操作一些word文件,大约四十几个文件把。一个一个手动操作真的太low了,所以研究了一下word...
SubOpenDoc() Documents.Open FileName:="C:\MyFiles\MyDoc.doc",ReadOnly:=TrueEndSub 這則範例會使用 WordPerfect 6.x 檔案轉換程式,開啟 Test.wp。 VB SubOpenDoc2()DimfmtAsVariant fmt = Application.FileConverters("WordPerfect6x").OpenFormat Documents.Open FileName:="C:\MyFiles\Test.wp", For...
Learn more about the Microsoft.Office.Interop.Word.DocumentClass.ReadOnly in the Microsoft.Office.Interop.Word namespace.