HYPERLINK Formula with Word bookmarks - excel

I'm trying to link some cells to a specific bookmark within a Word document.
Doing this manually...
(Right click > Hyperlink > Address: Word-Document-Adress # Bookmark-Name-1)
...works ok. Clicking this cell opens the word document to the desired bookmark.
But what I want is to automatize this somehow.
I have a given Cell A1 containing Word-Document-Adress # Bookmark-Name-1
So I'm trying to use HYPERLINK formula:
=HYPERLINK(A1; "Go to Bookmark 1")
The hyperlink created contains just the Word_Document_Adress information so does not navigate to the desired bookmark.
Any clue? Thanks

Ok, odd enough I solve this while I'm posting it.
If I select the cell and remove the hyperlink... it lose the blue format but still navigates and this time to the correct section of the Word document.

Related

How to paste the website link into excel which is linked to the website?

enter image description here
Hi all,
I want to paste a website link into excel so that once I click the link, it will direct me to the website. However, some of the cells in my excel worksheet work well but some are not as shown in the screenshot above. May I know is there any thing that I need to adjust in term of format? Thank you.
When you enter what appears to be a web address Excel will automatically convert it into a hyperlink. It will then appear in blue and underscored. To get rid of the hyperlink select the cell and type "Remove hyperlink" in the Help field.
After that the web address becomes normal text and appears black. You can simply invoke the first mentioned automation by clicking in the cell, press F2 and Enter.
In my version of Excel (Microsoft Excel for Microsoft 365 MSO (16.0.13426.20270)), a pasted text is turned into a hyperlink if it is pasted in "write" or "edit" mode for a cell and then "Enter" or "Tab" is pressed.
"Write" mode can be invoked by double-clicking on a cell. "Edit" mode can be invoked by for example pressing F2, or clicking on the formula bar which is normally displayed as a text-field above the cell matrix.

Printing documents from a hyperlink in excel

i am trying to create a VBA code to open a hyperlink in a cell, (This cells hyperlink changes depending on other variables in the spreadsheet, but i don't believe that matters)
Basically i want to press the macro, it will open the hyperlink, which could either be a document in excel or word, i then want it to print that document by an amount specified in a different cell in the same spreadsheet as the hyperlink.
I also want the document to not pop up, or at least close after printing has finished.
The printer it would need to print from is called SRV-papercut1
I have been attempting to code it myself, but cant quite manage, Any ideas?
Amount cell: J20 Hyperlink Cell: O18
I have attached a photo of the spreadsheet so you can see it.(I have cut off the company logo on the left for privacy reasons) One Button Print Spreadsheet

Why do numeric hyperlinks make an entire cell clickable and the text uneditable?

I have notice that if you insert a hyperlink into any cell in Excel and set the text to display to be a number (1, for example), it causes the entire cell to now be clickable in addition to preventing you from changing the hyperlink text afterwards. If you try to change the hyperlink text by going to Edit Hyperlink the Text to Display is always Selection in Document.
If you do the exact same thing but make the Text to Display an alpha character (like a), it works just fine and you can edit the hyperlink Text to Display without issue.
This is causing problems because I am trying to read Excel data using Interop libraries and even those libraries are unable to read the Text to Display when it is set as a whole number with no decimal places.
If you create a Hyperlink like:
You can later edit the "Friendly Name" by selecting the cell and doing the edit in the Formula Bar.

Excel hyperlink - update cell automatically

I have a problem finding (if exist) a method to update the hyperlink values automatically.
Example: I have 2 Spreadsheets: Document and List. In Document i have a hyperlinks which connects to A20 from List. If adding before the cell A20 two new rows, i will need to manually modify the hyperlink (Edit hyperlink of CTRL+K) to change the hyperlink from Document to A22.
This process can be made automatically when adding or erase rows in the spreadsheet List?
Here is a way to use hyperlink, just update the file paths. I just used a match formula to look for "Link Here" in the List file and it worked for me.
=HYPERLINK("[C:\Users\[username]\Desktop\List.xlsx]Sheet1!$A$"&MATCH("Link here",'C:\Users\[username]\Desktop\[List.xlsx]Sheet1'!$A1:$A1000,0),"Link to List")

Excel 2010 - Hyperlink Text Only & Not Entire Cell

Is there a way to add a hyperlink to text only and not the entire cell in Excel 2010?
I am only able to insert a hyperlink which affects the entire cell (even white space after the text), but I wish to have it so that a user can click on the non-hyperlinked section of the cell in order to select the cell without activating the hyperlink.
Is this possible (ideally without VB)?
Many thanks.
I'm not sure.. I just wrote this, but it acts the same as adding a hyper reference (although you can still select the whitespace of a cell (after the text has finished) and it won't follow the link)
=CONCATENATE("This is your ", HYPERLINK("http://www.google.com","Google"), " link")
Just as a FYI, you can hold ALT key and click on a cell without it opening the URI
I got over this by turning off the "wrap text" from the cell formatting.
really, if you have wrap text turned on, the whole cell will act as a hyperlink. if you have wrap text turned off, only text will act as a hyperlink.
An indent (Home → Alignment → Indent: 1) makes the entire cell a hyperlink.
It's a very odd thing. If I link to a .doc or docx document, only the text is linked. If I link to a .txt document, the whole cell is a link.
I think it's just an odd excel glitch.

Resources