hanyun
Sub 图加题注()
\'
\' 图加题注 宏
\'
 For i = 1 To ActiveDocument.InlineShapes.Count
 ActiveDocument.InlineShapes(i).Select
 Selection.InsertCaption Label:="图", TitleAutoText:="", Title:="", Position _
        :=wdCaptionPositionBelow, ExcludeLabel:=0
         Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
    Next
End Sub

分类:

技术点:

相关文章:

  • 2021-12-19
  • 2021-04-07
  • 2021-06-26
  • 2021-12-02
  • 2021-12-23
  • 2022-01-25
  • 2022-12-23
  • 2022-01-12
猜你喜欢
  • 2022-02-01
  • 2021-07-13
  • 2022-03-10
  • 2021-04-18
  • 2021-12-31
  • 2021-06-06
相关资源
相似解决方案