Jump to content

Recommended Posts

  • Moderators
Posted

Hi all,

can any body tell me how to write data in microsoft word through autoit by creating its object.

This will create the object and make it visible, from there you will need to reference this link.

; Create a Word object
$oWord = ObjCreate("Word.Application")
; Make the Word object visible
$oWord.visible = 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...