Ask Experts Questions for FREE Help !
Ask
    Wonder84lalala's Avatar
    Wonder84lalala Posts: 41, Reputation: 1
    Junior Member
     
    #1

    Oct 27, 2008, 09:09 AM
    Excel hyperlink in new window?
    Any idea how to edit an hyperlink on Excel to open up in a new window? Thanks.
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #2

    Oct 27, 2008, 10:23 AM

    More info is needed, I suppose, since Hyperlinks in Excel DO open up a separate program unless they're hyperlinks to spots in the same spreadsheet.

    Can you supply:
    1. Version of Excel you're using
    2. An example of WHAT the Hyperlink is linking to:
      • A section of the existing Excel spreadsheet
        • Sheet
        • Label
        • Defined Range
      • An email address
      • A web page/site

    Everything listed above DOES open in a separate program/window except "section of the existing Excel Spreadsheet". Those hyperlinks jump you to the section.
    mdosh01's Avatar
    mdosh01 Posts: 64, Reputation: 8
    Junior Member
     
    #3

    Oct 28, 2008, 07:12 AM
    With Excel 2003 and IE 7, links open in new tabs but not new windows. If you want a new window, it looks like you'll have to create a VB script per the following:

    Hyperlink in Excel Viewed in Browser

    "You will need to create a macro and then link a button to the macro. Try this code for the macro:

    Sub Link()
    ActiveWorkbook.FollowHyperlink Address:= _
    "http://www.google.com/", NewWindow:= _
    False, AddHistory:=True
    Application.WindowState = xlNormal
    End Sub

    Then create a button in the spreadsheet and link it to that macro. This should open a new window with the url specified (change Google to your desired url)."
    Wonder84lalala's Avatar
    Wonder84lalala Posts: 41, Reputation: 1
    Junior Member
     
    #4

    Oct 28, 2008, 09:11 AM

    I have Excel 2003, and I want to edit the hyperlink target in Excel without using macro.

    With HTML I can edit the target:

    <a href="filename" target="_blank">

    With hyperlink in Excel, can I do the same?

    Thank you for your help though :-)
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #5

    Oct 28, 2008, 10:24 AM

    As previously asked, what "target" are you using? An email address? A web site? A spot in the current document? A separate but existing Excel doc?
    Wonder84lalala's Avatar
    Wonder84lalala Posts: 41, Reputation: 1
    Junior Member
     
    #6

    Oct 28, 2008, 11:48 AM
    I'm targeting a separate but existing Excel doc (either save as .xls or .html).

    Example:

    =HYPERLINK("C:\Test\MyFile.xls","MyFile")
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #7

    Oct 28, 2008, 12:20 PM

    Ok, this needs to be fixed in your computer settings, not Excel.

    1. Close Excel
    2. Open My Computer
    3. Go to Tools > Folder Options > File Types
    4. Scroll down and choose XLS in the list of file types
    5. Click on Advanced
    6. Uncheck the Browse in same window box
    7. In the Actions section, highlight Open
    8. Click on Edit
    9. Make sure in the Action box it says &Open
    10. Make sure in the Application used to perform action it says:
      "C:\Program Files\Microsoft Office\OFFICE11\EXCEL.EXE" "%1"
    11. Check the box next to Use DDE
    12. Remove anything that is in DDE Message box and DDE Application Not Running box
    13. Make sure the Application box says: Excel
    14. In the Topic box it says: System
    15. Click on OK > OK > Apply/Close to save your changes.

    You've just taught your computer to open every new file in a separate window, a separate instance of Excel.

    Now open you file and click on a link to another file. It should open in another window. If you have Excel maximized, that might not be evident at first.
    Wonder84lalala's Avatar
    Wonder84lalala Posts: 41, Reputation: 1
    Junior Member
     
    #8

    Oct 29, 2008, 12:24 PM
    Appreciated for your help, JB!

    Thanks :D
    mayavi555's Avatar
    mayavi555 Posts: 1, Reputation: 1
    New Member
     
    #9

    Feb 26, 2013, 10:00 AM
    here is my solution:

    =HYPERLINK("javascript:window.open('www.google.com ');void(0)", "New Window")

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Can't duplicate hyperlink [ 3 Answers ]

In the past, if I copied a browser address into a Works document, the address would underline in blue and was clickable to open that browser address from within the Works document. For some reason, that is no longer valid. I can't think of any changes I've made to Firefox to alter this action. How...

Hyperlink between two excel pages [ 2 Answers ]

How do I link 2 excel pages in the same document?

Hyperlink in Excel [ 1 Answers ]

Dear Ask me, Could you please tell me how to create a hyperlink In Excel so that it opens a specific word in a Word Document? Thanks, Cris


View more questions Search