中文字幕在线亚洲三区|亚洲人成在线免费观看|亚洲h片91免费看国产|国产精品v一区二区三区|亚洲一区二区在线观看网址|亚洲欧美中文字幕在线一区|日本TS人妖系列在线专区|日本一区二区三区dvd视频在线

?
當(dāng)前位置: 首頁 >> 地理信息系統(tǒng) >>

如何實(shí)現(xiàn)批量替換多個word文件中的某一頁

0
新建的頁要寫在("c:新建的頁.doc")中。

Sub s1() '批量換第七頁
On Error Resume Next
Application.ScreenUpdating = False
Dim MyPath As String, i As Integer, myDoc As Word.Document, mydoc2 As Word.Document
  With Application.FileDialog(msoFileDialogFolderPicker)
    .Title = "選擇目標(biāo)文件夾"
    If .Show = -1 Then
      MyPath = .SelectedItems(1)
    Else
      Exit Sub
    End If
  End With
  With Application.FileSearch
    .LookIn = MyPath
    .FileType = msoFileTypeWordDocuments
    If .Execute > 0 Then
   For i = 1 To .FoundFiles.Count
   Set myDoc = Documents.Open(FileName:=.FoundFiles(i), Visible:=False)
With myDoc
     .Range(.GoTo(wdGoToPage, wdGoToNext, , 7).Start, VBA.IIf(7 >= .GoTo(wdGoToPage, wdGoToNext, , 7).Information _
                          (wdNumberOfPagesInDocument), .Content.End, _
                          .GoTo(wdGoToPage, wdGoToNext, , 8).Start)).Select
End With
'Selection.Delete
Selection.InsertFile ("c:新建的頁.doc") '注意:新頁需為滿頁,不足要換行,否則會將第八頁內(nèi)容搞到第七頁
myDoc.Close True
Next
End If
End With
Application.ScreenUpdating = True
End Sub
?

Powered by DLKIT 開發(fā)版 ? 2011-2012 DLCMS.NET Inc.
Copyright ? 2017-2024 南充辰汐科技有限公司

住所:南充市順慶區(qū)油院路30號南充高新孵化園內(nèi)

聯(lián)系人:劉義君

聯(lián)系電話:18781755505(微信同號)

QQ:23424830

Email : 23424830@QQ.com