【返修】Word的修订模式内容改为红色

参考【Word_笔记】Word的修订模式内容改为颜色标记_遍历文档中的所有修订 for each orevision in activedocument.re-CSDN博客

步骤1:打开需要转换的word后,同时按住alt和F11

步骤2:插入 ---- 模块

步骤3:运行

Sub HighlightInsertedText()

Dim r As Revision

For Each r In ActiveDocument.Revisions

If r.Type = wdRevisionInsert Then

r.Range.Font.Color = wdColorRed

'r.Range.HighlightColorIndex = wdYellow

End If

Next r

End Sub

相关推荐
昵称暂无18 小时前
通过 C# 复制 Word 文档、指定段落、指定节
开发语言·c#·word
STRUGGLE_xlf2 天前
AI大模型生成表格粘贴到 Word 后出现双线边框的原因与解决方案
word
weixin_416660072 天前
2026 年 AI 对话转 Word 工具分析:Pandoc、Typora、aitoword 怎么选
人工智能·word
F_D_Z3 天前
Word Embedding :从分布式假设到神经网络语言模型
分布式·word·embedding
asdzx673 天前
C#:通过模板快速生成 Word 文档
开发语言·c#·word
xinixini3 天前
2026年马年日历模板大全 可编辑Excel/Word/PSD/PDF素材合集
pdf·word·excel·日历
热爱生活的五柒3 天前
md2word工具推荐
word·md
骆驼爱记录4 天前
3步轻松去除WPS段落左侧符号
自动化·word·wps·新人首发
骆驼爱记录4 天前
表格居中无效的5大原因及解决方案
自动化·word·wps·新人首发
醉酒柴柴6 天前
word中没文字地方添加下划线方法
学习·word