R
Rob Hargreaves
Hi I need to add bookmarks to the same place in a page over 100 pages.
I have recorded a macro and it gives me the lines of code below where I am
entering a test value instead of a bookmark.
Selection.MoveDown Unit:=wdLine, Count:=39
Selection.TypeText Text:="Test Value"
I would like to be able to add a new bookmark, and name it by the name
bookmark+Pageno
so the bookmark on page one would be named bookmark1
page 2
bookmark2
etc etc
I know the code to add a bookmark and to specify the name -
Bookmarks.Add "bookmark name"
thanks for any help!
Rob
I have recorded a macro and it gives me the lines of code below where I am
entering a test value instead of a bookmark.
Selection.MoveDown Unit:=wdLine, Count:=39
Selection.TypeText Text:="Test Value"
I would like to be able to add a new bookmark, and name it by the name
bookmark+Pageno
so the bookmark on page one would be named bookmark1
page 2
bookmark2
etc etc
I know the code to add a bookmark and to specify the name -
Bookmarks.Add "bookmark name"
thanks for any help!
Rob