Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Waiting for process completion
#12
How I did not find that Run...

The same using type library:

Code:
Copy      Help
typelib Word {00020905-0000-0000-C000-000000000046} 8.0

Word.Application a._create
a.Documents.Add
a.Visible=TRUE

a.Run("Test")

The same using VBScript:

Code:
Copy      Help
lpstr vbscode=
;Set a=CreateObject("Word.Application")
;a.Documents.Add
;a.Visible=True
;a.Run("Test")

VbsExec vbscode


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)