SendKeys
Dim wshshellSet wordapp=CreateObject("word.application")
Set wshshell=CreateObject("Wscript.Shell")
Set worddocument=wordapp.Documents.Open(Environment("TestDir") & wordname)
wordapp.Visible=True
wordapp.WindowState=1
wshshell.SendKeys "{ENTER}"
运行时发现,Word中未键入Enter键,不知道为什么 在SendKeys 前增加一行语句:
wordapp.active
激活word对象,让word获得焦点 呵呵,我后来有加激活语句,不过跟你犯了同一个错误,Acivate拼写错了,呵呵 LS再次拼错。。。 顶。。。
页:
[1]