D
Deejay
what would i put in to a macro to hide/show a section of text whichi is
bookmarked?
Using xp and w2007.
Many thanks.
bookmarked?
Using xp and w2007.
Many thanks.
what would i put in to a macro to hide/show a section of text whichi is
bookmarked?
Using xp and w2007.
Many thanks.
ActiveDocument.Bookmarks("MyBookmarkName").Range.Text = "some text"
sir i wanted to know how to add an existing bookmark at specified
position.... the main purpose of this is i am doing a vsto project so
i wanted to add, delete and reorder the book marks so how can i add
an existing book mark and after deletion also i must be able to add
those book marks and perform other things as i told before...