Global.NormalTemplate 屬性 (Word)
會傳回代表 Normal 範本的 Template 物件。
語法
expression. NormalTemplate
需要 expression。 代表 'Global' 物件的變數。
範例
本範例會從 Normal 範本中,名為"Test"的自動圖文集項目此項目會插入 AutoTextEntries 集合中。
For Each entry In NormalTemplate.AutoTextEntries
If entry.Name = "Test" Then entry.Insert Where:=Selection.Range
Next entry
本範例會在 Normal 範本變更時儲存它。
If NormalTemplate.Saved = False Then NormalTemplate.Save
另請參閱
支援和意見反應
有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應。