㈠ wps文檔怎麼刪除頁眉頁腳
您好,1.我們首先在電腦上打開wps。
wps怎麼刪除頁眉頁腳第1步
2.然後點擊菜單欄中的插入。
3.隨後點擊頁眉和頁腳。
4.刪除頁眉頁腳中的內容。
5.鈕就可以刪除頁眉和頁腳。
㈡ 怎樣刪除目錄、摘要的頁眉頁腳
1、電腦打開WPS文字,然後把游標定位到目錄頁面前一頁。
㈢ wps怎麼刪除所有頁面的頁眉頁腳
1、首先打開欲刪除頁眉頁腳的文件,假設現在打開的就是辦公表格,裡面的數據就是要改的東西。
㈣ WPS文檔怎麼批量或者全部刪除掉文件的頁眉和頁腳
批量刪除word文檔的頁眉頁腳,可以用下面的vba程序來實現,需要注意的是,在批量操作前,先做好備份。
Sub 批量刪除文件夾裡面所有Word文檔的頁眉頁腳()
Dim Fdlg As FileDialog, Fl
Dim Fso, Fld, Fln, Wk
Set Fdlg = Application.FileDialog(msoFileDialogFolderPicker)
With Fdlg
.Title = "選擇要處理目標文件夾" & "——(刪除裡面所有Word文檔的頁眉頁腳)"
If .Show = -1 Then
MyPath = .SelectedItems(1)
Else
Exit Sub
End If
End With
Set Fso = CreateObject("Scripting.FileSystemObject")
Set Fld = Fso.GetFolder(MyPath)
Set Fln = Fld.Files
For Each Wk In Fln
Set myDoc = Documents.Open(FileName:=Fld & "\" & Wk.Name)
If ActiveWindow.View.SplitSpecial <> wdPaneNone Then
ActiveWindow.Panes(2).Close
End If
If ActiveWindow.ActivePane.View.Type = wdNormalView Or ActiveWindow. _
ActivePane.View.Type = wdOutlineView Then
ActiveWindow.ActivePane.View.Type = wdPrintView
End If
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
Selection.WholeStory
Selection.Delete Unit:=wdCharacter, Count:=1
Selection.WholeStory
With Selection.ParagraphFormat
.Borders(wdBorderLeft).LineStyle = wdLineStyleNone
.Borders(wdBorderRight).LineStyle = wdLineStyleNone
.Borders(wdBorderTop).LineStyle = wdLineStyleNone
.Borders(wdBorderBottom).LineStyle = wdLineStyleNone
With .Borders
.DistanceFromTop = 1
.DistanceFromLeft = 4
.DistanceFromBottom = 1
.DistanceFromRight = 4
.Shadow = False
End With
End With
With Options
.DefaultBorderLineStyle = wdLineStyleSingle
.DefaultBorderLineWidth = wdLineWidth075pt
.DefaultBorderColor = wdColorAutomatic
End With
If Selection.HeaderFooter.IsHeader = True Then
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageFooter
Else
ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader
End If
Selection.WholeStory
Selection.Delete Unit:=wdCharacter, Count:=1
ActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument
Selection.Sections(1).Footers(1).PageNumbers.Add PageNumberAlignment:= _
wdAlignPageNumberRight, FirstPage:=True
' 以上可以換成是你自己錄制的宏
' C公共部分的代碼
Application.DisplayAlerts = False '強制執行「是」
'ActiveDocument.Saved = True'強制執行「否」
ActiveDocument.Close '退出
Next
End Sub
㈤ wps怎麼刪除全部的頁眉
首先,打開一個Word文檔,可以看到裡面具有頁眉和頁腳。
㈥ wps怎麼刪除目錄的頁眉
頁眉:想把某一頁的頁眉去掉就得這一頁的前後節數分開,一頁就是一節,所以在要刪除頁眉的這一頁的前一頁插入分節符(我這版的wps是頁面布局-分隔符-連續分節符)然後把 章節-頁眉同前節的鉤去掉就可以刪除頁眉了。
頁腳很簡單了,直接點刪除就行,
㈦ wps中的word文檔怎麼刪除頁眉頁腳
刪除方法:
1、在頁腳處雙擊滑鼠,進入頁腳編輯狀態;
2、單擊刪除頁碼按鈕;
3、切換在頁眉處,選中頁眉內容,按刪除鍵delete將其刪除即可,如圖所示。
㈧ 怎麼在手機wps上刪除文檔的頁眉頁腳,比較急,謝謝啦
刪除方法如下:
所需材料:手機WPS。
一、打開手機WPS,點擊打開需要刪除頁眉頁腳的文檔。