走路 发表于 2002-10-12 15:39:00

求助:如何在VL中控制WORD中的操作,不胜感激

以下是在WORD中使用VBA写的,我不知道如何通过VLISP来实现他,请高手指点
使不使用类型库都可以,关键是如何操作他实现
我在操作的过程中可以打开,但是不能另存,我使用的过程中不能使用,SAVEAS,使用的时候,在VLISP中不被认识?
    ChangeFileOpenDirectory "D:\文挡模板\新文件模板\"
    Documents.Open FileName:="路线.dot"
    ActiveDocument.SaveAs FileName:="C:\WINNT\Profiles\bht\桌面\123.dot"
    Selection.MoveDown Unit:=wdLine, Count:=5
    Selection.TypeText Text:="1"
    Selection.MoveRight Unit:=wdCharacter, Count:=2
    Selection.TypeText Text:="122-12-00"
    Selection.MoveRight Unit:=wdCharacter, Count:=1
    Selection.TypeText Text:="气缸部件"
页: [1]
查看完整版本: 求助:如何在VL中控制WORD中的操作,不胜感激