S
Steven
Hi all
I am trying to goto a bookmark in a word doc via code, but because its in a
Text Box, it doesnt seem to like it.
I get error msg 5678
What i want to do is goto the bookmark called DelHere and then delete it so
the line moves up one.
I know the code works on bookmarks outside the text box as i have moved it
and works fine.
Any ideas??
The code i am trying to use looks like this
Selection.Goto What:=wdGoToBookmark, Name:="DelHere"
Selection.TypeBackspace
Thanks
I am trying to goto a bookmark in a word doc via code, but because its in a
Text Box, it doesnt seem to like it.
I get error msg 5678
What i want to do is goto the bookmark called DelHere and then delete it so
the line moves up one.
I know the code works on bookmarks outside the text box as i have moved it
and works fine.
Any ideas??
The code i am trying to use looks like this
Selection.Goto What:=wdGoToBookmark, Name:="DelHere"
Selection.TypeBackspace
Thanks