neotrio Posted July 18, 2006 Posted July 18, 2006 Hi all, can any body tell me how to write data in microsoft word through autoit by creating its object.
Moderators big_daddy Posted July 18, 2006 Moderators Posted July 18, 2006 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
herewasplato Posted July 18, 2006 Posted July 18, 2006 ...and another link you can go read:http://www.autoitscript.com/forum/index.ph...ost&p=82172 [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now