View Single Post
 
Old 02-11-2016, 04:06 AM
rocky2 rocky2 is offline Windows 10 Office 2013
Novice
 
Join Date: Feb 2016
Posts: 25
rocky2 is on a distinguished road
Default

I didn't explain properly what I am trying to do.
I need to search for each Heading 1 in the document and then see that there is no header on the same page.
oHeader.Range always seems to be an empty string even if there is a header on the page.
In contrast, oHeader.Range.Sections.First.Headers.Item(1).Range .Text always has a value even if there is no header on the page.
Reply With Quote