"bob gailer" <[EMAIL PROTECTED]> wrote

    docOrig =

app.Documents.Open('n:\\MetroPlanners\\2006\\MCHResearchProject.doc')
    range = docOrig.Content()

Try range = docOrig.Range()

But don't use range as a variable name or you will hide the
builtin function range().
And that will make many for loops difficult to do!

HTH,

--
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld

_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to