Run-time error 451 in Word 2003 SP2

D

Dion

This error seems to only happen in Word 2003 SP2. I have fields in a footer
that I want to update using this code:

----------------------------------------
'update the fields in the main body
newfile.Fields.Update
'update the fields in the footer
Set footerRange = newfile.sections(1).Footers(1).Range
For Each fldObject In footerRange.Fields
fldObject.Update
Next fldObject
---------------------------------

This runs perfectly fine in Word 2000 and 2003 SP1, but fails with "Property
let procedure not defined and property get procedure did not return an
object" in Word 2003 SP2. Did something change in SP2? Anyone have any ideas
around this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top