分类: VBA

1 篇文章

VBA 相关
更新目录,按range更新 Sub mulu1() ActiveDocument.Fields(1).Update Selection.SetRange Start:=177, End:=552 Selection.Font.Name = "黑体" With Selection.Font .Size = 20 .SizeBi = 20 .TextC…