메인 컨텐츠로 가기

Word 문서에서 모든 수평선을 제거하는 방법은 무엇입니까?

수평선은 단락을 명확하게 구분할 수 있습니다. 많은 사용자가 이미 하이픈 세 개, 밑줄 또는 별표 등을 입력 한 다음 Enter 키를 눌러 문서에 수평선을 추가 할 수 있다는 것을 알고 있습니다. 스크린 샷보기 :

doc 가로줄 제거 1

문서에서 모든 수평선을 제거하는 방법은 무엇입니까? 이 튜토리얼은 답을 알려줄 것입니다.

모든 수평선을 하나씩 수동으로 제거

VBA 코드로 모든 수평선 제거

Word 용 Kutools로 모든 수평선 제거


모든 수평선을 하나씩 수동으로 제거

수평선을 몇 개만 제거하려는 경우 다음과 같이 수동으로 제거 할 수 있습니다.

1. 줄 위에 커서를 놓습니다.

2. 온 클릭 페이지 테두리 항목 페이지 배경 그룹 디자인 탭;

doc 가로줄 제거 2

3. 딸깍 하는 소리 테두리 탭에서 없음클릭 OK. 그리고 선택한 수평선이 한 번에 삭제됩니다.

doc 가로줄 제거 3


VBA 코드로 모든 수평선 제거

문서에서 모든 수평선을 제거하려면 수동으로 제거하는 것이 지루합니다. VBA는 다음과 같이 더 쉽게 만들 수 있습니다.

1. 프레스 Alt + F11 Word에서 VBA 창을 열려면;

2. 딸깍 하는 소리 모듈끼워 넣다 탭을 클릭하고 코드를 모듈 창문;

VBA 코드 : Word 문서에서 모든 수평선 제거 :

Sub removehline()
Dim ils As Paragraph
For Each ils In ActiveDocument.Paragraphs
ils.Borders(wdBorderBottom).LineStyle =wdLineStyleNone
Next ils
End Sub

3. 딸깍 하는 소리 달리기 버튼을 누르거나 누르십시오. F5 VBA를 직접 적용합니다. 그리고 모든 수평선이 문서에서 삭제되었습니다.


Word 용 Kutools로 모든 수평선 제거

전체 문서 또는 문서 선택에서 모든 수평선을 제거하는 것이 가장 쉽습니다. Word 용 Kutools.

Word 용 Kutools : 100 개 이상의 편리한 Word 추가 기능으로 60 일 동안 제한없이 무료로 사용해 볼 수 있습니다.. 

1. 딸깍 하는 소리 쿠툴 > 제거수평선, 스크린 샷 참조 : 

2. 그러면 전체 문서의 모든 수평선이 한 번에 제거됩니다. 스크린 샷을 참조하십시오.

doc 가로줄 제거 5

주의 사항: 수평선의 일부를 삭제하려면 범위 데이터를 선택한 후이 기능을 적용하십시오.

지금 Word 및 무료 평가판 용 Kutools를 다운로드하려면 클릭하십시오!


데모 : Word에서 모든 수평선 제거

Word 용 Kutools: 100 개 이상의 편리한 Word 추가 기능으로 60 일 동안 제한없이 무료로 사용해 볼 수 있습니다. 지금 다운로드하여 무료 평가판을 받으세요!


최고의 사무 생산성 도구

Word 용 Kutools - Over로 단어 경험을 향상시키세요 100 놀라운 기능!

🤖 Kutools AI 도우미: AI로 글쓰기를 변화시키세요 - 콘텐츠 생성  /  텍스트 다시 쓰기  /  문서 요약  /  정보 문의 문서 기반, 모두 Word 내에서

📘 문서 숙달: 페이지 분할  /  문서 병합  /  다양한 형식으로 선택 항목 내보내기(PDF/TXT/DOC/HTML...)  /  PDF로 일괄 변환  /  페이지를 이미지로 내보내기  /  한 번에 여러 파일 인쇄...

컨텐츠 편집: 일괄 찾기 및 바꾸기 여러 파일에 걸쳐  /  모든 사진 크기 조정  /  테이블 행과 열 바꾸기  /  표를 텍스트로 변환...

🧹 손쉬운 청소: 쓸어버리다 추가 공간  /  섹션 나누기  /  모든 헤더  /  텍스트 상자  /  하이퍼 링크  / 더 많은 제거 도구를 보려면 다음 페이지를 방문하세요. 그룹 제거...

광고 삽입물: 삽입 천 단위 구분 기호  /  확인란  /  라디오 버튼  /  QR 코드  /  바코드  /  대각선 표  /  방정식 캡션  /  이미지 캡션  /  테이블 캡션  /  여러 장의 사진  / 더 자세히 알아보세요. 그룹 삽입...

🔍 정밀한 선택: 핀포인트 특정 페이지  /  테이블  /  모양  /  제목 단락  / 탐색 기능 향상 배우기 기능 선택...

스타 강화: 어떤 위치로든 빠르게 이동  /  반복되는 텍스트 자동 삽입  /  문서 창 간을 원활하게 전환합니다.  /  11 변환 도구...

👉 이러한 기능을 사용해 보고 싶으신가요? Word 용 Kutools는 다음을 제공합니다. 60 일 무료 사용, 제한 없음! 🚀
 
Comments (13)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
The VBA code returns the error 'compile error: must be first statement on line' for the first line. Any thoughts?
This comment was minimized by the moderator on the site
The VBA code returns the error - compile error: must be first statement on line for the first line.
This comment was minimized by the moderator on the site
The VBA code method worked. Thanks so much!
This comment was minimized by the moderator on the site
Thank you, thank you, thank you! I have a multi-gigabyte library of DOCX files that use horizontal lines (=== and ---) as internal section dividers. Thanks to your tip (perhaps the only instance on the web?) I will be able to programmatically split these documents into sub-files. Thanks again
This comment was minimized by the moderator on the site
I love you! OMG. The VBA thing worked!!!! That dump line was driving me crazy.
This comment was minimized by the moderator on the site
140 Ogrady St. Fall River, MA 02720-4911 USA How 3 lines made one line???
This comment was minimized by the moderator on the site
None of this page border stuff worked at all. I searched the document. The horizontal line was at the end, and 10 pages earlier was the culprit, a roman paragraph number lurking in a sentence for no reason at all. When I deleted it it removed the line 10 pages away. I will cut and pate the bugger here. In fact, you can have a set of them from 1 to 6. The then put a line at the bottom of every page. Go figure. MS Word 2007 is the platform. They are there, but do not display. They are just above this line, and will highlight if you mouse over.
This comment was minimized by the moderator on the site
The manual methods did not work, but the VBA code did. Very nice!
This comment was minimized by the moderator on the site
This is amazing!!! BIG THANK YOU for putting the VBA code. Searched in google but yours was the only thing that came up.
This comment was minimized by the moderator on the site
OMG! Thank you. I ran a macro as instructed and managed to remove the line. You were the onlly site among 3 to propose this solution.
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations