+ Reply to Thread
Results 1 to 10 of 10

Excel 2007 : Linking.

Hybrid View

pawnraider Linking. 08-29-2009, 09:43 AM
Andy Pope Re: Linking. 08-29-2009, 09:49 AM
pawnraider Re: Linking. 08-29-2009, 12:27 PM
Andy Pope Re: Linking. 08-30-2009, 03:49 AM
pawnraider Re: Linking. 08-30-2009, 11:41 AM
Andy Pope Re: Linking. 08-31-2009, 05:47 AM
pawnraider Re: Linking. 08-31-2009, 07:00 PM
Andy Pope Re: Linking. 09-01-2009, 04:03 AM
pawnraider Re: Linking. 09-01-2009, 06:51 PM
Andy Pope Re: Linking. 09-02-2009, 06:39 AM
  1. #1
    Registered User
    Join Date
    05-18-2008
    Location
    Omaha, NE
    MS-Off Ver
    2007
    Posts
    41

    Linking.

    I would like to link a cell to an image I've converted to a picture (.jpg) but I don't want that pic showing up in the cell, just a link to it. Whenever I've tried to add the link a smaller picture shows up with the cell or IE opens up and then opens up the picture. Is there a way to link to the picture without all of these annoying extras? What I've done so far is cell-insert tab-object-create from file-browse-double click on .jpg-insert-tick link to file box-OK. Any suggestions?

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: Linking.

    So just a link, no image to be displayed.

    Did you try addin a hyperlink?

    Right click cell, Hyperlink... browse for file.
    The cell will display the path/filename. When clicked the image will loaded in the associated application
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    05-18-2008
    Location
    Omaha, NE
    MS-Off Ver
    2007
    Posts
    41

    Re: Linking.

    Whenever I do a hyperlink IE opens up and then displays the image. Is there anyway I can do this without IE opening up or am I outta luck?

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: Linking.

    What did you want to happen when the link is clicked?

  5. #5
    Registered User
    Join Date
    05-18-2008
    Location
    Omaha, NE
    MS-Off Ver
    2007
    Posts
    41

    Re: Linking.

    For the link to open the image or link directly without IE opening up or is this possible?
    Last edited by pawnraider; 08-30-2009 at 11:43 AM.

  6. #6
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: Linking.

    Open the image with/in what application?
    Should it insert the image into excel?

    If it's another application you need to use windows to associate the extension with that app.

    If you want to insert the image into the excel worksheet then you can code against the Worksheet_SelectionChange event

    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
       MsgBox "Do something with " & Target.value
    End Sub

  7. #7
    Registered User
    Join Date
    05-18-2008
    Location
    Omaha, NE
    MS-Off Ver
    2007
    Posts
    41

    Re: Linking.

    I think I may have found out where the problem lies. I was trying the hyperlink on the home computer which uses Windows Vista which is where I have been having problems. I tried this on the computer at work which has Windows XP and it not only worked flawlessly but as I expected. If the problem is with Vista I wonder why it tries to open up IE as well?
    Last edited by pawnraider; 08-31-2009 at 07:23 PM.

  8. #8
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: Linking.

    Check the application associated with the extension. Maybe Vista defaults to IE if nothing else is assigned.

  9. #9
    Registered User
    Join Date
    05-18-2008
    Location
    Omaha, NE
    MS-Off Ver
    2007
    Posts
    41

    Re: Linking.

    How do I do that? Would the fact that I use AOL at home have anything to do with my problem as well?

  10. #10
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: Linking.

    Not sure AOL has anything to do with it.

    I'm sitting in from of XP at the moment but try right clicking a file with the correct extension and check the Open With... setting

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1