Jump to content

Recommended Posts

Posted

Hi, I'm a very beginner. anybody help me please.

I have a list of word docs in EXCEL to print, want to auomate it using "word docopen / word docprint"

filename     copies

d:\a.doc          10

d:\b.doc          5

but I can't open word file with variable,

$File1 is the filepath using clpboard, but does not work....with error MSG 2

WinActivate("Microsoft Excel")
Send("^c")
Sleep(500)
Local $File1 = ClipGet()
Sleep(500)
Local $File2 = "d:\a.doc"
Local $oDoc = _Word_DocOpen($oWord,$File1, Default, Default, True)

Posted (edited)

Welcome to AutoIt and the forum!

You need to add some error checking. A few additional questions:

  • What is the value of $File1?
  • Where do you call _Word_Create?
  • Why don't you use the Excel UDF to process your workbook?
Edited by water

My UDFs and Tutorials:

  Reveal hidden contents

 

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...