본문 바로가기

Snowhare

검색하기
Snowhare
프로필사진 snowhare

  • 분류 전체보기 (11)
    • 컴퓨터 (4)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • Excel
  • Stutter
  • VBA
  • 랙걸림
  • 마이그레이션
  • 티스토리
  • 유료블로그
  • 다음
  • 수익모델
  • 버벅
  • 유료미디어
  • Stuttering
  • 랙걸릴때
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록VBA (1)

Snowhare

엑셀 vba 셀의 특정 텍스트 찾아 색깔 설정

엑셀 vba 셀의 특정 텍스트 찾아 색깔 설정 엑셀 셀안의 텍스트의 특정 단어나 문장을 색으로 표시해서 잘 보이게 하고 싶습니다. 엑셀 매크로를 조금 아신다면... sub findStrColor() dim strTest as String dim strLen as String dim pos as Integer ​ strTest = "single failure" ' 색을 입히려는 단어 strLen = Len(strTest) ​ For Each cell in Selection ' 선택한 셀 범위에서 변경 pos = Intr(1, cell, strTest, 1) ' 대소문자 구분하려면, 마지막의 1을 0으로 if (pos > 0) Then cellLen = Len(cell.Text) Do cell.Charact..

카테고리 없음 2022. 1. 26. 13:55
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바