VBA(Excel), 파일 선택해서 경로 보기
Sub Main() Dim fd As FileDialog Set fd = Application.FileDialog(msoFileDialogFilePicker) Dim vrtSelectedItem As Variant With fd If .Show = -1 Then For Each vrtSelectedItem In .SelectedItems MsgBox "The path is: " & vrtSelectedItem Next vrtSelectedItem Else End If End With Set fd = Nothing End Sub
VBA(Excel)
2016. 5. 2. 10:46
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- FetchType
- tkinter
- Linux
- 상수
- Private
- highlightthickness
- JPA
- activeforeground
- command
- Module
- onetomany
- IdClass
- highlightbackground
- 폼
- borderwidth
- apache
- 리눅스
- activebackground
- fetch join
- tkinter command & bind [명령어묶기와 사건묶기] Python
- Java
- Python
- checkbutton
- vba
- indicatoron
- ManyToOne
- 파이썬
- Excel
- disabledforeground
- Composite Key
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함