本文介绍了VBA交叉引用对话框值不变 - .Referencekind = wdNumberFullContext的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Word 2016中,我需要打开一个交叉参考对话框,其默认值设置为'标题'和'标题号(完整上下文)'
下面的宏应该可以工作,但它不会

Hi, in Word 2016, I need to open a Cross Reference Dialog with the Defaults set to 'Header' and 'Heading Number (full context)'
The macro below should work, but it does not

标题确实已设置,但是"标题号(完整上下文)"没有设置参考类型是否存在问题?

Header does get set, but 'Heading Number (full context)' does not, is there an issue with settings Reference Kind?

请不要错过任何帮助。 。 。

Please any help would be much appreciated . . .

DaveM121

推荐答案


这篇关于VBA交叉引用对话框值不变 - .Referencekind = wdNumberFullContext的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 12:49