i've tried to do dis way ,

.Selection.GoTo(what:=.Headers(Word.WdGoToItem.wdGoToBookmark, Name:="Print"))

but then, the compiler found that headers is not the public members on type Application.

i tried to declare it,

x=CreateObject("word.headersfooters")

but dis also can't...

when i tried to make dis way,


.Selection.GoTo(what:=Word.WdHeaderFooterIndex.wdHeaderFooterPrimary, Name:="Print")

the compiler gave an error dat the bookmark is not exist...
maybe because they cannot even detect the existance of headers and footers inside the file.....

anybody outside there can help me solve dis problem??



anyway, thanks in advance!