Need help!!! I'm using:
 Set Hdr = Selection.Range.GoTo(what:=wdGoToHeading, Which:=wdGoToPrevious)
which works great but I have revision history in the document and it will always stop at a deleted header. Is there a way I can get it to ignore the deleted header? The only option I can think of is to put it in a loop and check for the revision deletion but there just seems like there should be any easier way of doing this.