티스토리 뷰
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Select Case [변수]
Case [조건값]
[동작]
Case [조건값]
[동작]
.
.
.
End Select
Sub Macro1()
Dim str$
str = "일"
Select Case str
Case "일"
MsgBox "일이다"
Case Is <> "일"
MsgBox "일이아닌다"
End Select
End Sub
'VBA(Excel)' 카테고리의 다른 글
VBA(Excel), 여러줄 한줄로 쓰고싶을때 (0) | 2016.05.02 |
---|---|
VBA(Excel), 파일 선택해서 경로 보기 (0) | 2016.05.02 |
VBA(Excel), Msgbox 상수 (0) | 2016.05.02 |
VBA(Excel), 선택한 셀이 숫자인지 아닌지 확인하기 (0) | 2016.05.02 |
VBA(Excel), Count,Countlarge (0) | 2016.05.02 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- apache
- FetchType
- 폼
- JPA
- 파이썬
- command
- onetomany
- Python
- Module
- 상수
- activebackground
- ManyToOne
- Java
- tkinter command & bind [명령어묶기와 사건묶기] Python
- checkbutton
- highlightbackground
- 리눅스
- Linux
- Private
- tkinter
- IdClass
- fetch join
- disabledforeground
- indicatoron
- Composite Key
- activeforeground
- borderwidth
- vba
- highlightthickness
- Excel
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함