在Word文档中插入复选框标题



下面在Word文档中插入一个自动文本元素

NormalTemplate.AutoTextEntries("ap_pressurefilter").Insert _ 
        Where:=Selection.Range, RichText:=True

但是如何在文档中插入复选框(checkbox1.caption)的标题?

谢谢。

解决了它!

Selection.Text = checkbox.Caption

最新更新