VBA MS-Word 如何从模板中只导入确定的样式

VBA MS-Word How to import only determinated styles from a template

有人知道怎么做吗?我正在从一个模板中导入所有样式,但我只想导入 1 或 2 个。提前致谢

Application.OrganizerCopy [path to source template], ActiveDocument.FullName, [style name 1], wdOrganizerObjectStyles

Application.OrganizerCopy [path to source template], ActiveDocument.FullName, [style name 2], wdOrganizerObjectStyles