questionskillo.blogg.se

Delete horizontal line in word 2016
Delete horizontal line in word 2016





  1. #Delete horizontal line in word 2016 how to#
  2. #Delete horizontal line in word 2016 update#
  3. #Delete horizontal line in word 2016 code#
  4. #Delete horizontal line in word 2016 trial#

ORng. Set oRng = Selection.Range ' Select the end. Selection.GoTo What:=wdGoToPage, Which:=wdGoToAbsolute, Count:=999 ' Go to Last Page. ' Finally!!! Deal with the lingering final page-break! 'ElseIf Len(oRng.Paragraphs(1).Range.Text) = 1 Then If oRng.Paragraphs(1).Range.Text = Chr(12) & Chr(13) Then

#Delete horizontal line in word 2016 code#

' You can add code to loop thru each page and if only one paagraph.

delete horizontal line in word 2016

If lDeleted + lEnd >= lParas Then ' If more that we started with, let's call it a day! 'Debug.Print "Par Len:" & vbTab & Len() & " | " & Left(, Len() - 1)Įlse ' If not blank, then delete o more in this page! LEnd = lEnd + ' Keep track of how many processed ORng.End = Selection.Bookmarks("\Page").Range.Endĭebug.Print "Range Count: " & ' Paragraphs in this page range Selection.GoTo What:=wdGoToPage, Which:=wdGoToAbsolute, Count:=i I = 0 ' Reset starting page - if I'm testing 'Debug.Print "Total paragraph Count: " & lParas Shift+Home extends your selection to the beginning of the line. Shift+End extends your selection to the end of the line. Triple Click anywhere in a paragraph to select that paragraph. Double Click anywhere in a word to select that word. But more importantly, a paragraph can be any size which means 1, 2, or 20 'lines'. Ctrl+Click with the insertion pointer anywhere in a sentence to select that sentence. Keep in mind that Word will continue to 'redraw' the page as text is deleted. I think the following may solve the issue of deleting the blanks at the top of each page. Then in the second pass it will look just for Page Breaks as the only 'paragraph' on the page. If a blank page consists of any or a number of blank lines (and not other text), then the original code will delete all of those since they technically start at the top of a page.

#Delete horizontal line in word 2016 update#

UPDATE 1: I modified the following code to delete blank pages. Then another Kutools for Word dialog pops up to inform you of the successful removing, click OK to close it. Click Yes in the opening Kutools for Word dialog to start removing header lines.

#Delete horizontal line in word 2016 how to#

I hope it works for others out there.UPDATE 2: I figured out how to delete the last manual page-break in the document. Open the Word document you will remove header lines, then click Kutools > Remove > Clear Header Lines.

#Delete horizontal line in word 2016 trial#

BTW, I am not a tech or MS Word guru by any means - I just got lucky with trial and error - eventually. Allelujah.įeel free to post this on your site as an update - it may save many others time and PAIN.

delete horizontal line in word 2016

Repeating this once on another page saw it disappear on every one of my 365 page footers. At this point, selecting the "no borders" option once more – finally deleted the line. It would appear that it jumps the line up and down – the important thing is that the line moves.īECAUSE - this weird wrinkle turned out to be a blessing, BECAUSE, it meant I could now highlight the page number (now above the line), the dreaded horizontal line, AS WELL as the space BELOW the dreaded line.

delete horizontal line in word 2016

Some people have reported that it jumped the line up. But the *censored* line was STILL there! At this point I was pretty much ready to give up. In my case it jumped the line DOWN so it appeared BELOW (instead of above) my page number. ) a border clearing issue BUT, as was noted several times, highlighting the little one could of the line (in my case next to the page number) and then selecting "no borders" did NOT get rid of the line. Let me be clear - it is NOT a footnote separator issue.

delete horizontal line in word 2016

The problem was a horizontal line being automatically placed in the FOOTER section of the document. As far as I know it has not been answered adequately on ANY of the forums. Having now spent the better part of a day (endless blog surfing and Google queries) dealing with this problem (in MS Word 2007), I want to point out that a number of people in the replies were suffering the same problem as me - but it was NOT being solved by the solutions posted. The footnote separator line and the empty paragraph are. When you insert a footnote in Word (References tab > Insert Footnote), by default it gets added to the bottom of the page along with a short line and an empty paragraph to separate it from the body of the text. When the horizontal line is in a footer it is more of a *censored*. Word: Change the gap between a footnote and the separator line. One Word makes this problem different for many. Regarding the "How to remove the horizontal line from MS Word" problem.







Delete horizontal line in word 2016