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

  • Home
  • SEARCH
  • 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 7904207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:57:18+00:00 2026-06-03T09:57:18+00:00

I am building a flowchart in MS Excel 2007. It’s for a work flow.

  • 0

I am building a flowchart in MS Excel 2007. It’s for a work flow. I want to be able to reference a word document which has detailed instructions about each step in the flow chart.

At each section of the flow chart, I want to create a hyperlink/button that the user can click on and open up to that specific portion (heading) of the word document. I’ve tried to create a shape (rectangle) and set a hyperlink to the document. That works fine, but it just opens the document at the beginning. I want the rectangle button to open at a specific heading. I am not sure if you can hyperlink this way. If not, I’m think I need to create a button control. I’m not sure if a button control can do this either.

Can anyone suggest

1) a way to hyperlink to a heading, and if not,

2) maybe a suggestion on how to use a button control to do this.

Thanks,
Mike

  • 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-06-03T09:57:20+00:00Added an answer on June 3, 2026 at 9:57 am

    EDIT: Beaten by VISQL 🙂

    Yes, it is possible to do what you want. Follow these steps.

    Open your word document and insert bookmarks at the relevant location. Say, we insert a bookmark called `Mike’ at Heading 2.

    enter image description here

    Paste this code in a module in Excel.

    Sub Sample()
        Dim oWordApp As Object, oWordDoc As Object, bMark As Object
        Dim FlName As String
    
        FlName = "C:\Sample.Docx"
    
        '~~> Establish an Word application object
        On Error Resume Next
        Set oWordApp = GetObject(, "Word.Application")
    
        If Err.Number <> 0 Then
            Set oWordApp = CreateObject("Word.Application")
        End If
        Err.Clear
        On Error GoTo 0
    
        oWordApp.Visible = True
    
        Set oWordDoc = oWordApp.Documents.Open(FlName)
    
        Set bMark = oWordDoc.Bookmarks("Mike")
    
        bMark.Select
    End Sub
    

    Right click the button and assign it to the above macro.

    enter image description here

    And you are done. Next time the user click on that button, the code will open the word document and will go to the relevant bookmark. Repeat the same steps for other buttons.

    HTH

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

building a site which has content for each section. urls range from; /work/ /work/print/
Building an inventory system. I have lots of products and each product has three
Building a website that has English & Japanese speaking users, with the Japanese users
Building a site super quick and having it work on all my Mac browsers,
Building an NSCharacter set to restrict a UITextField for entering user names. I want
Building a site on CargoCollective, but it appears they use jQuery 1.4.2 which seems
Building an ASP.NET MVC3 application at work and I'm trying to use a program
building upon the $.fn.serializeObject() function from this question , i'd like to be able
Building a comment system with Ajax and JQuery and I want the div the
Building an iPhone application. The delegate loads a SplashScreenView which sits there until the

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.