[算表] VBA讀取資料夾的圖片

作者: kinbaku1 (~GUCCI BOY~)   2016-05-16 22:46:02
軟體:office excel word
版本:2010
想請教版上高手
因為我想要讀取圖片匯入我的檔案裡
Dim oFl As File
Dim oFldr As Folder
Dim fso As New FileSystemObject
strFileLocation = ActiveDocument.Path
strFileLocation = "d:\pic"==>這裡是直接去開D槽的pic
Set oFldr = fso.GetFolder(strFileLocation)
想請問一下,我如果是想要自己開我自己執行後去選取的檔案
類似我們做"開啟舊檔"這個方法
去選我們要開的檔案或資料夾
在這個地方要怎麼改會比較好呢?
謝謝~
作者: soyoso (我是耀宗)   2016-05-16 23:04:00
application.filedialog()資料夾msofiledialogfolderpicker檔案msofiledialogfilepicker跳出視窗以show,取得選取的路徑&子目錄或檔名以selecteditems
作者: kinbaku1 (~GUCCI BOY~)   2016-05-16 23:43:00
謝謝s大大,可以用了3Q~

Links booklink

Contact Us: admin [ a t ] ucptt.com