Select ALL footers and update

E

Erwin Qazi

With VBA in Word I want to select ALL the footers (section 1,2...) and update
them.

I got something like this:
ActiveWindow.ActivePane.View.SeekView = wdSeekPrimaryFooter
Selection.WholeStory
Selection.Fields.update

but it doesn't update all de footersections. Can anybody help?
 
Top