I have a requirement, where user need a Button which allows him to create a Bookmark and at the same allow him to share the bookmark through a mail (In simple words Users want to share there current selections with each others through a link).
Creating Bookmark: For creating I used below macro..
sub CreateBookMark
ActiveDocument.CreateUserBookmark "Test"
end sub
Sharing Bookmark: Not sure how to share the link using a mail..