这让我抓狂。我正在使用 Word 来总结我学习的书籍。现在,对于诸如
BindingOperations.ClearBinding
它首先抱怨为什么我没有“绑定操作”。那为什么我没有“清除绑定”。最后,即使我将“BindingOperations”和“ClearBinding”添加到字典中,它也会抱怨 aobut BindingOperations.ClearBinding!
我的问题是:当Word1、Word2、CorrectWord1 和 CorrectWord2 的拼写正确时,如何配置 Word 的拼写检查器以接受 Word1Word2 和 CorrectWord1.CorrectWord2?
编辑:我很不好意思地说我已经解决了这个问题。我只是在“Frame-Position”中使用了破折号,而不是 FramePosition。
编辑:这是解决此问题的单词宏的骨架:
F8 twice (to select the word)
<control u> (to underline)
F8 twice (to extend selection to more than one word, because of a bug in Word
where replacing when just one word is selected replaces all across the document,
not just across the selection )
<contrl h> (to replace)
([a-z])([A-Z])
<Alt i> (go get to the "Replace with" text …Run Code Online (Sandbox Code Playgroud)