Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6176525
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:07:00+00:00 2026-05-24T00:07:00+00:00

I am trying to add bookmarks in word document using C# but it doesn’t

  • 0

I am trying to add bookmarks in word document using C# but it doesn’t work and I can’t find any help neither in msdn documentation nor on internet. Here is how I am trying to do.

I am reading word documents and then search a keyword in that document and then I convert that text to a hyperlink and that works great. Now, I want to create that text to a bookmark instead of hyperlink. I am doing all this in C#

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:07:01+00:00Added an answer on May 24, 2026 at 12:07 am
    Dim _wordApp As ApplicationClass
    Dim _doc As Document
    Dim pos, len As Integer
    Dim reg As Regex
    Dim bookmarkName As String
    Dim rng As Object
    Dim search As String = "Some Text to search"
    
    Dim nullobj As Object = System.Reflection.Missing.Value
    Dim isReadOnly As Object = False
    _wordApp = New ApplicationClass()
    
    'open the word document
    _doc = _wordApp.Documents.Open(fileName, isReadOnly, nullobj, nullobj, nullobj, _
         nullobj, nullobj, nullobj, nullobj, nullobj, nullobj, _
         nullobj, nullobj, nullobj, nullobj, nullobj)
    
        _wordApp.Visible = False
    
    
    ' keyword that you want to search
    reg = New Regex(search)
    ' find the text in word file
    Dim m As Match = reg.Match(_doc.Range.Text, 0)
    pos = m.Index
    
    ' start is the starting position of the token in the content...
    len = search.Length
    ' select the text
    rng = _doc.Range(pos, len + pos)
    
    bookmarkName = "MyBookmarkName"
    _doc.Bookmarks.Add(bookmarkName, rng)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying add a tab to my web page that looks like this: Using
Trying to add an onclick handler to my tabs, and can't seem to get
Im trying to add a directory foo to my repo, but there are some
Im trying to copy and paste a table from excel into a word document.
I'm trying to write a class that can add a bookmark to my Delicious
im trying add item with ajax, all work, except the view doesnt refresh, when
I am trying add value to a mutlidimensional array but I am slightly confused
i'm new to django and im trying add a user using django admin page.
Trying to add some html to a TextArea in Mobile Flex 4.5 but keep
I'm trying to add a bookmark from my application using Browser.saveBookmark protected void saveBookmark(String

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.