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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:02:34+00:00 2026-05-24T12:02:34+00:00

I am trying to add a hyperlink to a cell to open a folder

  • 0

I am trying to add a hyperlink to a cell to open a folder the code below makes the hyperlink in the proper cell and is when clicked redirects to the proper folder but it does not display the text provided it instead displays the folder name e.g. (:C:\Documents and Settings\abulle\Desktop\Python-Stuff\Spec-Load\Formatted\) instead of ‘Folder’

sheet.Hyperlinks.Add( Anchor = sheet.Cells(7,21), Address = "C:\\Python-Stuff\\Spec-Load\\Formatted\\" , TextToDisplay = "Folder")
  • 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-24T12:02:35+00:00Added an answer on May 24, 2026 at 12:02 pm

    I have a stopgap answer, a kludge. I don’t have time at the moment to find a better answer. If this was part of my day job I’d spend the time to find out what’s going on.

    I’ve had the same issue (Excel shows the link address as the cell text instead of the TextToDisplay value supplied on Hyperlinks.Add())

    My code works under unit test when invoked by running the Python 2.7 interpreter – the value of the 'TextToDisplay' argument is displayed in the cell. The ‘production’ code (built using py2exe) displays the hyperlink. I’ll find out why some day (this is low background work.)

    Hyperlinks.Add returns the Hyperlink object it just added. The workaround is to examine the TextToDisplay property of that object – if it’s not what I want, I assign the correct value to it.

    link = sheet.Hyperlinks.Add( Anchor = sheet.Cells(7,21),
                                 Address = u"C:\\Python-Stuff\\Spec-Load\\Formatted\\" ,
                                 TextToDisplay = u"Folder")
    if link.TextToDisplay != u"Folder":
        link.TextToDisplay = u"Folder" # kludge
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a command but I do not want one long
I am trying to add a query string at the end of URL for
I want to add a hyperlink to a social bookmarking site om my webpage
I'm trying to display an update progress loading image whenever my update panel does
I'm trying to style a custom menu within drupal. I've sucessfully styled to display
I am trying to create a method that accepts multiple types of controls -
I'm trying to send an email merging one document (.docx) with a contacts database
I'm trying to get a randomly picked background image (from a selection of 4
I am trying to show my colleagues in my custom webpart. So I adding
I have an unordered list <ul id=List1> <li>www.xyz.com</li> <li>www.abc.com</li> </ul> using jquery, I want

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.