VBA(Excel), Type문 , 사용자정의형식
Option Explicit Type Emp ID(0 To 3) As Integer Name As String * 3 Address As String * 5 Phone As Byte End Type Sub CreRecord() Dim Myr As Emp Myr.Name = "가나다라" MsgBox Myr.Name End Sub Msgbox의 출력은 "가나다" 만 출력됨> String의 데이터범위 지정> Integer의 배열범위 지정
VBA(Excel)
2016. 5. 2. 10:42
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 리눅스
- apache
- Composite Key
- JPA
- FetchType
- disabledforeground
- Excel
- fetch join
- onetomany
- 폼
- activeforeground
- ManyToOne
- activebackground
- Linux
- Private
- 상수
- command
- checkbutton
- vba
- tkinter
- highlightbackground
- borderwidth
- highlightthickness
- IdClass
- 파이썬
- tkinter command & bind [명령어묶기와 사건묶기] Python
- Java
- Module
- Python
- indicatoron
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함