将从网页上复制下来的文章中的表格边框去掉(Remove the border of the form from the article copied from the web page).docVIP

  • 8
  • 0
  • 约1.08万字
  • 约 10页
  • 2017-10-06 发布于河南
  • 举报

将从网页上复制下来的文章中的表格边框去掉(Remove the border of the form from the article copied from the web page).doc

将从网页上复制下来的文章中的表格边框去掉(Remove the border of the form from the article copied from the web page)

将从网页上复制下来的文章中的表格边框去掉(Remove the border of the form from the article copied from the web page) How do you remove the border of the form in WORD from an article copied from the web page? How do you remove the border of the form in WORD from an article copied from the web page? Word macro: a key to delete the document, all blank spaces By copying and pasting the cyber source Word document to get many useless spaces and blank lines, delete them very troublesome, if you create a related function of word macros, and then turn on the toolbar additive a button when the button we click in the toolbar, through the implementation of the word macro can achieve a key to delete all spaces and blank lines in the word document. Start word and then close the default open word document, and then click the menu tools - macro command, VisualBasic editor regulator VisualBasic editor in the VisualBasic editor window, right click on the Normal , select insert command module, insert a module. After you insert a module, enter the following code (code) in the window that opens automatically on the right side of the VisualBasic editor. Heres the following: Sub, KongGe () Dim, I, As, Paragraph, N, As, Long Application.ScreenUpdating = False For, Each, I, In, ActiveDocument.Paragraphs If Len (i.Range) = 1 Then I.Range.Delete N = n + 1 End If Next Application.ScreenUpdating = True Options.AutoFormatAsYouTypeDeleteAutoSpaces = True Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find .Text = .Replacement.Text = .Wrap = wdFindContinue End With Selection.Find.Execute Replace:=wdReplaceAll End Sub When the code is finished, you exit the VisualBasic editor, when the code you just entered is not saved automatically. Right click anywhere in the toolbar, select custom in the menu, open the custom window and switch to the commands tab in options, the categories list box below the macro option, then the Commands list box below will appear a normal 1.kongge option m

文档评论(0)

1亿VIP精品文档

相关文档