G
Guest
I have a word template. There is a footer bookmark called "thypk" on it.
I want to reach and edit this bookmark from asp code.
If objDoc.Bookmarks.Exists("thypk") = True Then
objDoc.Bookmarks("thypk").Select
objWord.Selection.Text = 'Success'
End If
I got this example from micrsoft side but It does not work.
here is the link :
http://support.microsoft.com/?kbid=212408
How can I edit word footer bookmark from asp code?
Thanks in advance
Metin
I want to reach and edit this bookmark from asp code.
If objDoc.Bookmarks.Exists("thypk") = True Then
objDoc.Bookmarks("thypk").Select
objWord.Selection.Text = 'Success'
End If
I got this example from micrsoft side but It does not work.
here is the link :
http://support.microsoft.com/?kbid=212408
How can I edit word footer bookmark from asp code?
Thanks in advance
Metin