메인 컨텐츠로 가기

Excel의 여러 셀에 주석을 빠르게 삽입하는 방법은 무엇입니까?

워크 시트에서 셀에 메모를 삽입하는 것은 매우 쉽지만 동일한 메모를 여러 셀에 동시에 삽입하려면 어떻게 할 수 있습니까?

선택하여 붙여 넣기 기능을 사용하여 여러 셀에 주석 삽입
VBA 코드로 여러 셀에 주석 삽입


선택하여 붙여 넣기 기능을 사용하여 여러 셀에 주석 삽입

Excel에서는 동시에 여러 개의 주석을 삽입 할 수있는 방법이 없습니다. 그러나 다음과 같이 주석을 여러 셀에 복사 할 수 있습니다.

1. 셀에 주석을 삽입합니다.

2. 주석 셀을 선택하고 Ctrl 키 + C 키를 눌러 복사하십시오.

3. 그런 다음 주석을 일괄 삽입 할 범위를 선택하고 마우스 오른쪽 버튼으로 클릭하고  붙여 넣기 > 붙여 넣기 오른쪽 클릭 메뉴에서. 스크린 샷보기 :

4. 에서 붙여 넣기 대화 상자에서 코멘트 옵션을 클릭 한 다음 OK 단추. 스크린 샷보기 :

그런 다음 동일한 주석이 선택한 모든 셀에 즉시 삽입됩니다.

주의 사항:이 방법은 선택한 모든 셀에 동일한 설명을 삽입합니다. 필터링 된 목록의 보이는 셀에만 동일한 주석을 삽입하려면 아래 VBA 방법을 시도하십시오.


VBA 코드로 여러 셀에 주석 삽입

아래 스크린 샷과 같이 필터링 된 목록이 있다고 가정합니다. 그리고 보이는 모든 셀에 주석을 일괄 추가하기 만하면됩니다. 다음과 같이하십시오.

1. 누르세요 다른 + F11 열려면 함께 키 애플리케이션 용 Microsoft Visual Basic 창.

2. 에서 애플리케이션용 Mocrosoft Visual Basic 창을 클릭하십시오 끼워 넣다 > 모듈을 클릭하고 모듈에 다음 코드를 입력합니다.

VBA : 여러 셀에 대한 일괄 비활성 주석 (필터링 된 목록에만 표시되는 셀)

Sub InsertCommentsSelection()
    Dim xRg As Range
    Dim xRgEach As Range
    Dim xAddress As String
    Dim xText As String
    On Error Resume Next
    xAddress = ActiveWindow.RangeSelection.Address
    Set xRg = Application.InputBox("Please select a range:", "Kutools For Excel", xAddress, , , , , 8)
    If xRg Is Nothing Then Exit Sub
    If xRg.Count > 1 Then
        Set xRg = xRg.SpecialCells(xlCellTypeVisible)
    End If
    xRg.Select
    xText = InputBox("Enter Comment to Add" & vbCrLf & "Comment will be added to all cells in Selection: ", "Kutools For Excel")
    If xText = "" Then
        MsgBox "No comment added", vbInformation, "Kutools For Excel"
        Exit Sub
    End If
    For Each xRgEach In xRg
        With xRgEach
        .ClearComments
        .AddComment
        .Comment.Text Text:=xText
        End With
    Next xRgEach
End Sub

3. 누르세요 F5 코드를 실행하는 키입니다. 첫 번째 팝업에서 Excel 용 Kutools 대화 상자에서 주석을 추가 할 필터링 된 범위를 선택한 다음 OK 단추. 스크린 샷보기 :

4. 또 다른 Excel 용 Kutools 대화 상자가 나타나면 텍스트 상자에 의견을 입력 한 다음 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 (17)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
how do you make it ignores none merged cells and just add notes to only the merged cells selected?
This comment was minimized by the moderator on the site
Hello, iresolver
To solve your problem, please apply the below code:
Sub InsertCommentsSelection()
    Dim xRg As Range
    Dim xRgEach As Range
    Dim xAddress As String
    Dim xText As String
    On Error Resume Next
    xAddress = ActiveWindow.RangeSelection.Address
    Set xRg = Application.InputBox("Please select a range:", "Kutools For Excel", xAddress, , , , , 8)
    If xRg Is Nothing Then Exit Sub
    If xRg.Count > 1 Then
        Set xRg = xRg.SpecialCells(xlCellTypeVisible)
    End If
    xRg.Select
    xText = InputBox("Enter Comment to Add" & vbCrLf & "Comment will be added to all cells in Selection: ", "Kutools For Excel")
    If xText = "" Then
        MsgBox "No comment added", vbInformation, "Kutools For Excel"
        Exit Sub
    End If
    For Each xRgEach In xRg
        If xRgEach.MergeCells Then
            With xRgEach
            .ClearComments
            .AddComment
            .Comment.Text Text:=xText
            End With
        End If
    Next xRgEach
End Sub


Please have a try, hope it can help you!
This comment was minimized by the moderator on the site
Excelente, gracias
This comment was minimized by the moderator on the site
Excelente aporte, gracias por el dato !!!!
This comment was minimized by the moderator on the site
Can anyone help me in VBA Code,
I want that I do multiple comments and have option to add picture in each cell without doing formatting again and again.
and then picture of that cell will save in folder of excel file with same cell name.
I will be thankful to you if anyone helps me in this
This comment was minimized by the moderator on the site
this is really very informative post ..


thanks for the awesome post
digifloor
This comment was minimized by the moderator on the site
for filtered cell it is not working
This comment was minimized by the moderator on the site
Dear me,
The VBA code is now updated. It supports batch insert comment to not only normal range, but also visible cells only in a filtered list.
Thank you for your comment!
This comment was minimized by the moderator on the site
if the sheet in excel is in filter will this apply for only filtered cells????
This comment was minimized by the moderator on the site
[quote]I researed valuable information on this point as I am working on a class project. Thank you posting useful information and its now becoming easier to accomplish this task. font converter online
This comment was minimized by the moderator on the site
That's really helpful. thanks.
This comment was minimized by the moderator on the site
This is just the information I am finding everywhere. Thanks for your blog, I just subscribe your blog. This is a nice blog. Yong http://www.gofastek.com
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