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 653357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:22:24+00:00 2026-05-13T22:22:24+00:00

I want to hyperlink to a page within the Word 2007 Object Model Reference

  • 0

I want to hyperlink to a page within the Word 2007 Object Model Reference documentation, that ships with Word 2007. These are webpages that use the ms-help:// protocol that Firefox cannot understand.

So I wanted to specify the ms-help:// path of the help page as a command line argument to the viewer, CLVIEW.EXE.

C:\Program Files\Microsoft Office\Office12\CLVIEW.EXE

Does anybody know the command line syntax for this?

  • 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-13T22:22:24+00:00Added an answer on May 13, 2026 at 10:22 pm

    CLVIEW.EXE doesn’t support command line parameters to launch to a certain page. It’s usually used to launch your own custom help file within the hosted Office application.

    With Word 2007 there are some options available. They depend, let me repeat, they depend on whether your help is in online or offline mode.

    1. If your intent is simply to get
      people to a specific Word help page
      and they have internet access, you can grab the URL from the help file
      in online mode. To do this,
      just right-click on the page you
      want the link, for example the
      Make the text bold page, to and click Properties. Then copy the URL
      (Address) which is:
      http://office.microsoft.com/client/helppreview.aspx?AssetID=HA100215341033&ns=WINWORD&lcid=1033. This will work just fine in FF (if you were in Offline mode, this
      same link would have been:
      ms-help://MS.WINWORD.12.1033/WINWORD/content/HA10021534.htm.)
    2. If you are first sending them to
      Word, you can run an macro that
      brings up this topic. You grab the
      “Topic ID” from right-clicking on
      the page Make the text bold page
      (which, in this case is
      “HA10021534”) and put that ID as the
      first parameter, like the below.
      NOTE: This should work in both
      online and offline mode
      .

      Sub DisplayHelpTopic()   
          Application.Assistance.ShowHelp "HA10021534", ""
      End Sub
      
    3. For developer documentation with the
      solution for #2, if you are in
      offline mode, you need to set the
      scope to “DEV” (which will also work
      if you are in online mode). So for
      the subject Bibliography Object,
      the Topic ID is: HV10096617. If you
      are in online mode, you don’t need
      the “DEV” scope. Code:

      Sub DisplayHelpTopic()
         Application.Assistance.ShowHelp "HV10096617", "DEV"
      End Sub
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

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.