[엑셀] 셀에 입력된 메모를 우측 셀에 펼쳐서 입력 > information

본문 바로가기
사이트 내 전체검색

information

[엑셀] 셀에 입력된 메모를 우측 셀에 펼쳐서 입력

페이지 정보

작성자 서방님 댓글 0건 조회 98회 작성일 20-01-21 15:36

본문

'********************************************************************************
' 셀에 입력된 메모를 우측 셀에 출력
'********************************************************************************
Sub CabCommentRng()
	Dim rngDb As Range
	Dim rng As Range

	Application.ScreenUpdating = False

	Set rngDb = Cells.SpecialCells(xlCellTypeComments)
	For Each rng In rngDb
		rng.Offset(, 1).Value = rng.Comment.Text
	Next rng

	Set rngDb = Nothing
	Application.ScreenUpdating = True
End Sub

댓글목록

등록된 댓글이 없습니다.

회원로그인

접속자집계

오늘
140
어제
225
최대
1,347
전체
154,899
Latest Crypto Fear & Greed Index

그누보드5
Copyright © 서방님.kr All rights reserved.