版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
1、word文檔編輯之常用的宏2011-07-18 05:28宏能簡化文檔編輯中重復性的動作,大大提高了效率。現(xiàn)將本人在使用word軟件中錄制的宏存下來以備忘:Sub autonew()ActiveWindow.ActivePane.View.Zoom.PageFit = wdPageFitBestFitEnd SubSub autoopen()ActiveWindow.ActivePane.View.Zoom.PageFit = wdPageFitBestFitEnd SubSub 講義頁面設置()'' 講義頁面設置 宏''With Selection.PageS
2、etup.LineNumbering.Active = False.Orientation = wdOrientPortrait.TopMargin = CentimetersToPoints(2.54).BottomMargin = CentimetersToPoints(2.54).LeftMargin = CentimetersToPoints(3.17).RightMargin = CentimetersToPoints(3.17).Gutter = CentimetersToPoints(0).HeaderDistance = CentimetersToPoints(1.5).Foo
3、terDistance = CentimetersToPoints(1.75).PageWidth = CentimetersToPoints(19.69).PageHeight = CentimetersToPoints(27.31).FirstPageTray = wdPrinterDefaultBin.OtherPagesTray = wdPrinterDefaultBin.SectionStart = wdSectionNewPage.OddAndEvenPagesHeaderFooter = False.DifferentFirstPageHeaderFooter = False.V
4、erticalAlignment = wdAlignVerticalTop.SuppressEndnotes = False.MirrorMargins = False.TwoPagesOnOne = False.BookFoldPrinting = False.BookFoldRevPrinting = False.BookFoldPrintingSheets = 1.GutterPos = wdGutterPosLeft.LinesPage = 44.LayoutMode = wdLayoutModeLineGridEnd WithWith ActiveDocument.Styles(wd
5、StyleNormal).FontIf .NameFarEast = .NameAscii Then.NameAscii = ""End If.NameFarEast = ""End WithWith ActiveDocument.PageSetup.LineNumbering.Active = False.Orientation = wdOrientPortrait.TopMargin = CentimetersToPoints(2.8).BottomMargin = CentimetersToPoints(2.3).LeftMargin = Cent
6、imetersToPoints(4).RightMargin = CentimetersToPoints(1).Gutter = CentimetersToPoints(0).HeaderDistance = CentimetersToPoints(1.5).FooterDistance = CentimetersToPoints(1.75).PageWidth = CentimetersToPoints(19.69).PageHeight = CentimetersToPoints(27.31).FirstPageTray = wdPrinterDefaultBin.OtherPagesTr
7、ay = wdPrinterDefaultBin.SectionStart = wdSectionNewPage.OddAndEvenPagesHeaderFooter = False.DifferentFirstPageHeaderFooter = False.VerticalAlignment = wdAlignVerticalTop.SuppressEndnotes = False.MirrorMargins = True.TwoPagesOnOne = False.BookFoldPrinting = False.BookFoldRevPrinting = False.BookFold
8、PrintingSheets = 1.GutterPos = wdGutterPosLeft.LayoutMode = wdLayoutModeLineGridEnd WithEnd SubSub 段落編輯()'' 段落編輯 宏''Selection.WholeStoryWith Selection.ParagraphFormat.LeftIndent = CentimetersToPoints(0).RightIndent = CentimetersToPoints(0).SpaceBefore = 0.SpaceBeforeAuto = False.Spac
9、eAfter = 0.SpaceAfterAuto = False.LineSpacingRule = wdLineSpaceSingle.Alignment = wdAlignParagraphJustify.FirstLineIndent = CentimetersToPoints(0.35).OutlineLevel = wdOutlineLevelBodyText.CharacterUnitLeftIndent = 0.CharacterUnitRightIndent = 0.CharacterUnitFirstLineIndent = 2.LineUnitBefore = 0.Lin
10、eUnitAfter = 0.MirrorIndents = False.AutoAdjustRightIndent = False.DisableLineHeightGrid = True.WordWrap = TrueEnd WithEnd SubSub 替換整理()'' 替換整理 宏''Selection.Find.ClearFormattingSelection.Find.Replacement.ClearFormattingWith Selection.Find.Text = "l".Replacement.Text = "
11、;p".Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = False.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllSelection.Find.ClearFormattingSelection.Find.Replacement
12、.ClearFormattingWith Selection.Find.Text = "pp".Replacement.Text = "p".Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = False.MatchWildcards = False.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Exe
13、cute Replace:=wdReplaceAllSelection.Find.ClearFormattingSelection.Find.Replacement.ClearFormattingWith Selection.Find.Text = "w".Replacement.Text = "".Forward = True.Wrap = wdFindContinue.Format = False.MatchCase = False.MatchWholeWord = False.MatchByte = False.MatchWildcards = F
14、alse.MatchSoundsLike = False.MatchAllWordForms = FalseEnd WithSelection.Find.Execute Replace:=wdReplaceAllEnd SubSub 打印排版()'' 打印排版 宏''Selection.WholeStoryWith Selection.PageSetup.LineNumbering.Active = False.Orientation = wdOrientPortrait.TopMargin = CentimetersToPoints(2.54).BottomM
15、argin = CentimetersToPoints(2.54).LeftMargin = CentimetersToPoints(1.9).RightMargin = CentimetersToPoints(1.9).Gutter = CentimetersToPoints(0).HeaderDistance = CentimetersToPoints(1.5).FooterDistance = CentimetersToPoints(1.75).PageWidth = CentimetersToPoints(21).PageHeight = CentimetersToPoints(29.
16、7).FirstPageTray = wdPrinterDefaultBin.OtherPagesTray = wdPrinterDefaultBin.SectionStart = wdSectionNewPage.OddAndEvenPagesHeaderFooter = False.DifferentFirstPageHeaderFooter = False.VerticalAlignment = wdAlignVerticalTop.SuppressEndnotes = False.MirrorMargins = False.TwoPagesOnOne = False.BookFoldP
17、rinting = False.BookFoldRevPrinting = False.BookFoldPrintingSheets = 1.GutterPos = wdGutterPosLeft.LinesPage = 44.LayoutMode = wdLayoutModeLineGridEnd WithSelection.Font.Bold = wdToggleSelection.Font.Name = "宋體"Selection.Font.Size = 9If ActiveWindow.View.SplitSpecial <> wdPaneNone Th
18、enActiveWindow.Panes(2).CloseEnd IfIf ActiveWindow.ActivePane.View.Type <> wdPrintView ThenActiveWindow.ActivePane.View.Type = wdPrintViewEnd IfWith Selection.PageSetup.TextColumns.SetCount NumColumns:=2.EvenlySpaced = True.LineBetween = FalseEnd WithEnd SubSub 著重號()'' 著重號 宏''W
19、ith Selection.Font.EmphasisMark = wdEmphasisMarkUnderSolidCircleEnd WithEnd SubSub 去頁眉頁腳()'' 去頁眉頁腳 宏''If ActiveWindow.View.SplitSpecial <> wdPaneNone ThenActiveWindow.Panes(2).CloseEnd IfIf ActiveWindow.ActivePane.View.Type = wdNormalView Or ActiveWindow. _ActivePane.View.Type = wdOutlineView ThenActiveWindow.ActivePane.View.Type = wdPrintViewEnd IfActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeaderSelection.WholeStorySelection.Delete Unit:=wdCharacter, Count:=1Selection.Delete Unit:=
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 二零二五版水路貨物運輸合同:水路貨物運輸資質(zhì)認證服務機構合作協(xié)議范本3篇
- 二零二五年度個人金融服務居間合作協(xié)議范本4篇
- 二零二五版物業(yè)經(jīng)營管理委托經(jīng)營管理合同樣本3篇
- 二零二五年度行政部合同簽訂、履行、終止全流程管理手冊3篇
- 西山區(qū)廚房防水施工方案
- 二零二五年度高品質(zhì)消防管道材料采購及銷售合作協(xié)議2篇
- 二零二五年度全面物業(yè)保潔服務外包合同模板5篇
- 2025版銅門市場調(diào)研與銷售數(shù)據(jù)分析合同2篇
- 二零二五年度汽車金融債務追討委托合同3篇
- 二零二五年度家庭挖機作業(yè)安全管理合同4篇
- 蘇北四市(徐州、宿遷、淮安、連云港)2025屆高三第一次調(diào)研考試(一模)英語試卷(含答案)
- 《酸堿罐區(qū)設計規(guī)范》編制說明
- 2023年十天突破公務員面試
- 《瘋狂動物城》中英文對照(全本臺詞)
- 醫(yī)院住院醫(yī)師規(guī)范化培訓證明(樣本)
- 小學六年級語文閱讀理解100篇(及答案)
- 氣功修煉十奧妙
- 安徽省物業(yè)服務標準
- 勾股定理的歷史與證明課件
- 淺談如何有效提高小學數(shù)學教學質(zhì)量課件
- 新教材青島版三年級下冊科學全冊教學課件
評論
0/150
提交評論