軟體: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)
想請問一下,我如果是想要自己開我自己執行後去選取的檔案
類似我們做"開啟舊檔"這個方法
去選我們要開的檔案或資料夾
在這個地方要怎麼改會比較好呢?
謝謝~