[Excel VBA] 폴더열기 + Excel VBA

Private Sub CommandButton1_Click() // 버튼을 클릭하면 파일검색을 위한 검색창이 뜸
     fileToOpen = Application _
    .GetOpenFilename("Text Files (*.txt), *.txt")
    If fileToOpen <> False Then
    MsgBox "Open " & fileToOpen
    End If
End Sub

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://iwithyou.egloos.com/tb/2322076 [도움말]

덧글

덧글 입력 영역