Posted 20 May 2019, 11:06 pm EST
I want to find the simplefields that are in the footer for a document.body.section. Can I perform a getrange on the footer? How can I find the simplefields in the header and footer?
When I want to find the simplefields in a section of a document the simplefields appear as a simplefields collection when I perform a getrange on the section. For example:
DocSecRange1 = Doc1.Body.Sections(0).GetRange() For IndexField = 0 to DocSecRange1.SimpleFields.Count -1 Field1 = DocSecRange1.SimpleFields(IndexField)