| 发表于:2008-01-11 10:54:132楼 得分:0 |
我用录制宏录制“定位”的代码,可以参考下: selection.goto what:=wdgotopage, which:=wdgotonext, name:="1" selection.find.clearformatting with selection.find .text = "" .replacement.text = "" .forward = true .wrap = wdfindcontinue .format = false .matchcase = false .matchwholeword = false .matchbyte = true .matchallwordforms = false .matchsoundslike = false .matchwildcards = false .matchfuzzy = false end with | | |
|