In that case, you could probably use something like:
Code:
If Len(.Cell(r, 1).Range.Text) = 2 then Exit For
p = Split(.Cell(r, 1).Range.Text, vbCr)(0) + 6: StrKey = ""
Set Rng = DocRef.GoTo(What:=wdGoToPage, Which:=wdGoToAbsolute, Count:=p).GoTo(What:=wdGoToBookmark, Name:="\page")