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?
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?