Word) (Options.DefaultFilePath 屬性
會傳回或設定預設資料夾的文件、 範本及圖形等項目。 讀取/寫入的 String。
語法
expression。 DefaultFilePath
( _Path_
)
需要 expression。 代表 Options 物件的變數。
參數
名稱 | 必要/選用 | 資料類型 | 描述 |
---|---|---|---|
Path | 必要 | WdDefaultFilePath | 要設定的預設檔案夾 |
註解
使用空字串 (「」) 從 Windows 登錄移除設定。 新的設定會立即生效。
範例
本範例會為 Word 文件設定預設檔案夾。
Options.DefaultFilePath(wdDocumentsPath) = "C:\Documents"
This example returns the current default path for user templates (corresponds to the default path setting on the File Locations tab in the Options dialog box).
Dim strPath As String
strPath = Options.DefaultFilePath(wdUserTemplatesPath)
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。