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

Could it be that the section number is not currect?
I use:
sectionNum = .Information(wdActiveEndSectionNumber)
Set secTemp = ActiveDocument.Sections(sectionNum)

This occurs when the correct heading is selected.
However, when I look at the text it has the text of another heading.
When I step through the document I see that the section numbers increase.

I also tried to see if the line above has a section break. I can't seem to compare to "^b". Could you do that?
Reply With Quote