메인 컨텐츠로 가기

Excel에서 주석을 셀 내용으로 변환하는 방법은 무엇입니까?

워크 시트에 주석으로 채워진 범위 셀이 있고 이제 모든 주석을 셀 내용으로 변환하여 깔끔하고 둥글게 인쇄 할 수 있다고 가정합니다. 이 작업을 해결하는 좋은 방법이 있습니까?

사용자 정의 기능을 사용하여 주석을 셀 내용으로 변환

VBA 코드를 사용하여 주석을 셀 내용으로 변환

Excel 용 Kutools를 사용하여 주석을 셀 내용으로 변환


화살표 블루 오른쪽 거품 사용자 정의 기능을 사용하여 주석을 셀 내용으로 변환

이 방법을 사용하면 먼저 정의 된 함수를 만든 다음 정의 된 수식을 적용하여 주석을 셀 내용으로 변환해야합니다. 다음 단계로 완료 할 수 있습니다.

1.딸깍 하는 소리 개발자 > Visual Basic을새를 애플리케이션 용 Microsoft Visual Basic 창이 표시되면 끼워 넣다 > 모듈, 모듈에 다음 함수를 입력합니다.

Function GetComments (pRng As Range) As String 'Updateby20140509 If not pRng.Comment Is Nothing Then GetComments = pRng.Comment.Text End If End Function

2.PR 기사 Ctrl + S를 기능을 저장합니다.

3. 그런 다음 다음 공식 "= GetComments (A1)”을 입력합니다.이 경우 E1 셀을 사용합니다. 스크린 샷보기 :

doc-comments-to-cells1

4. 눌러 엔터 버튼 키. E1 셀을 선택한 다음이 수식을 포함 할 셀 범위 위로 채우기 핸들을 끕니다. 그리고 모든 주석은 셀 내용으로 변환됩니다. 스크린 샷보기 :

doc-comments-to-cells2


화살표 블루 오른쪽 거품 VBA 코드를 사용하여 주석을 셀 내용으로 변환

VBA 코드를 알고있는 경우 다음 간단한 코드도 주석을 셀 내용으로 변환하는 데 도움이 될 수 있습니다.

1. 셀 내용으로 변환 할 범위를 선택하십시오.

2. 딸깍 하는 소리 개발자 > Visual Basic을새를 애플리케이션 용 Microsoft Visual Basic 창이 표시되면 끼워 넣다 > 모듈을 클릭하고 모듈에 다음 코드를 입력합니다.

Sub CommentToCell()
Dim Rng As Range
Dim WorkRng As Range
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
For Each Rng In WorkRng
    Rng.Value = Rng.NoteText
Next
End Sub

3. 그런 다음  문서 곱하기 계산 3 버튼을 눌러 코드를 실행합니다. 변환하려는 범위를 선택한 다음 OK, 선택한 모든 주석이 관련 셀의 셀 내용으로 변환되었습니다.


doc-comments-to-cells3 -2 doc-comments-to-cells4

주의 사항: 댓글을 원하지 않을 경우 삭제할 수 있습니다.


화살표 블루 오른쪽 거품 Excel 용 Kutools를 사용하여 주석을 셀 내용으로 변환

Excel 용 Kutools : 300 개 이상의 편리한 Excel 추가 기능으로 30 일 동안 제한없이 무료로 사용해 볼 수 있습니다.그것을 지금 .

  주석 및 셀 변환 of Excel 용 Kutools 댓글에 대한 많은 문제를 해결하는 데 도움이 될 수있는 편리하고 유용한 도구입니다.

설치 후 Excel 용 Kutools, 다음과 같이하십시오.

1. 주석을 셀로 가져올 범위를 선택하십시오.

2. 딸깍 하는 소리 쿠툴 > 더 보기 > 주석 및 셀 변환, 스크린 샷 참조 :

문서-주석-셀-5

3. 에서 주석 및 셀 변환 대화 상자에서 주석을 셀 내용으로 변환. 스크린 샷보기 :

문서-주석-셀-6

4. 그런 다음 OK. 이제 선택한 모든 주석이 원래 범위의 셀 내용으로 변환됩니다.

자세한 내용은 주석 및 셀 변환다음 사이트를 방문하시기 바랍니다 주석 및 셀 기능 설명 변환.


관련 기사 :

최고의 사무 생산성 도구

🤖 Kutools AI 보좌관: 다음을 기반으로 데이터 분석을 혁신합니다. 지능형 실행   |  코드 생성  |  사용자 정의 수식 만들기  |  데이터 분석 및 차트 생성  |  Kutools 기능 호출...
인기 기능: 중복 항목 찾기, 강조 표시 또는 식별   |  빈 행 삭제   |  데이터 손실 없이 열이나 셀 결합   |   수식없이 반올림 ...
슈퍼 조회: 다중 기준 VLookup    다중 값 VLookup  |   여러 시트에 걸친 VLookup   |   퍼지 조회 ....
고급 드롭다운 목록: 드롭다운 목록을 빠르게 생성   |  종속 드롭다운 목록   |  다중 선택 드롭 다운 목록 ....
열 관리자: 특정 개수의 열 추가  |  열 이동  |  Toggle 숨겨진 열의 가시성 상태  |  범위 및 열 비교 ...
특색 지어진 특징: 그리드 포커스   |  디자인보기   |   큰 수식 바    통합 문서 및 시트 관리자   |  리소스 라이브러리 (자동 텍스트)   |  날짜 선택기   |  워크 시트 결합   |  셀 암호화/해독    목록으로 이메일 보내기   |  슈퍼 필터   |   특수 필터 (굵게/기울임꼴/취소선 필터링...) ...
상위 15개 도구 세트12 본문 도구 (텍스트 추가, 문자 제거,...)   |   50+ 거래차트 유형 (Gantt 차트,...)   |   40+ 실용 방식 (생일을 기준으로 나이 계산,...)   |   19 삽입 도구 (QR 코드 삽입, 경로에서 그림 삽입,...)   |   12 매출 상승 도구 (숫자를 단어로, 환율,...)   |   7 병합 및 분할 도구 (고급 결합 행, 셀 분할,...)   |   ... 그리고 더

Excel용 Kutools로 Excel 기술을 강화하고 이전과는 전혀 다른 효율성을 경험해 보세요. Excel용 Kutools는 생산성을 높이고 시간을 절약하기 위해 300개 이상의 고급 기능을 제공합니다.  가장 필요한 기능을 얻으려면 여기를 클릭하십시오...

상품 설명


Office Tab은 Office에 탭 인터페이스를 제공하여 작업을 훨씬 쉽게 만듭니다.

  • Word, Excel, PowerPoint에서 탭 편집 및 읽기 사용, Publisher, Access, Visio 및 Project.
  • 새 창이 아닌 동일한 창의 새 탭에서 여러 문서를 열고 만듭니다.
  • 생산성을 50% 높이고 매일 수백 번의 마우스 클릭을 줄입니다!
Comments (24)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Hi, The first function in a module does the job only once: when I write or drag the formula down. If I go back to change any of the comment it does not update the destination cell with the new comment. For example let's say I have a comment in A1, then when I place the formula in cell B1, it will show me the A1's comment only the first time. If I go back and change the A1 comment, the cell B1 does not get updated. I tried "Calculate Now" or F9 and nothing happens. I saved the file and opened again and nothing, cell B1 stays with the old comment. It is like the function is dead. Now, if I enter or change anything in the cell A1 itself (not the comment), like adding an space in the end, it will immediately update the comment. I'm using Office 2019 Pro.
This comment was minimized by the moderator on the site
thanks very musch
This comment was minimized by the moderator on the site
great site
This comment was minimized by the moderator on the site
is there a way to do this without the title of a comment or the non bold writing?
This comment was minimized by the moderator on the site
Great tip, thanks for sharing!
This comment was minimized by the moderator on the site
Perfect! Thank You
This comment was minimized by the moderator on the site
You are a star!!! thanks
This comment was minimized by the moderator on the site
It does not automatically update when I change the comment. How do I change this? Thanks
This comment was minimized by the moderator on the site
Same problem here. Changing the comment does not trigger the calculations. Forcing the calculation (F9) does not work. Saving and load the file does not work. However, changing a cell content will trigger the calculations.
This comment was minimized by the moderator on the site
You are my HERO!!!!!!!!!!!!!!!!!!!!!! Thank You Thank You Thank You
This comment was minimized by the moderator on the site
Hi. I tried this code and it worked right. But I have a little problem: can I use this code combined with VLOOKUP? I tried but I didn't get anything. If you can help me, I'll be thankful. I'm brazilian. If I wrote something wrong, I apologise. Thanks!
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