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
- tkinter command & bind [명령어묶기와 사건묶기] Python
- Linux
- vba
- Java
- highlightbackground
- 리눅스
- command
- fetch join
- 상수
- FetchType
- 폼
- Module
- disabledforeground
- tkinter
- borderwidth
- ManyToOne
- onetomany
- activeforeground
- activebackground
- checkbutton
- JPA
- indicatoron
- apache
- 파이썬
- Excel
- Python
- IdClass
- Private
- Composite Key
- highlightthickness
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함