| 发表于:2007-08-13 17:16:072楼 得分:0 |
这个不是的,我把我代码上传 selection.endkey unit:=wdstory selection.goto what:=wdgotopage, which:=wdgotofirst, count:=pageno + 1, name:= " " selection.moveup unit:=wdline, count:=1 dstr_endline = selection.information(wdfirstcharacterlinenumber) selection.goto what:=wdgotopage, which:=wdgotofirst, count:=pageno, name:= " " selection.movedown unit:=wdline, count:=dstr_endline, extend:=wdextend pfgetpagecontent = selection.text 这段代码我是参照一高人的,但只能选择一页以后的,我选择第一页,只选一行,其中pageno为指定面码 | | |
|