+ Reply to Thread
Results 1 to 5 of 5

Photo Viewer in Excel

  1. #1
    Forum Contributor
    Join Date
    03-05-2009
    Location
    usa
    MS-Off Ver
    Excel 2016 32Bit
    Posts
    1,173

    Photo Viewer in Excel

    Is it possible to click on a picture in excel and have it open with Windows Photo Viewer?

    Windows7
    Excel 2010
    Z
    Attached Files Attached Files
    Last edited by zplugger; 01-29-2013 at 09:16 AM.

  2. #2
    Forum Contributor
    Join Date
    04-07-2009
    Location
    Rowley
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Photo Viewer in Excel

    double post.
    Last edited by xenixman; 01-26-2013 at 02:47 PM.

  3. #3
    Forum Contributor
    Join Date
    04-07-2009
    Location
    Rowley
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Photo Viewer in Excel

    You would have to use a =HYPERLINK() command:

    With your picture Name in Cell A1 (make sure there are no spaces in the name to make life easier)

    The =HYPERLINK() has two parts:
    The actual Link: "C:\Users\Mike\Documents\Mom\"&A1&".jpg" which is the complete PATH to the file
    and
    The Display Name. I have used cell A1, which should contain the file name.
    You can use a text string if you want.

    =HYPERLINK("C:\Users\Mike\Documents\Mom\"&A1&".jpg",A1)

    where A1 is just the File Name with NO extension: Scan1

    or something like:

    =HYPERLINK("C:\Users\Mike\Documents\Mom\"&A1,A1)

    with the File Name with the extension: Scan.jpg


    The linked file will open in the default program for the file type.
    So if you have all your JPG files open with Photo Viewer, that is the program it will be opened with.

  4. #4
    Forum Contributor
    Join Date
    04-07-2009
    Location
    Rowley
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Photo Viewer in Excel

    You should also have the option to Insert an Object and link it to a photo, which should also allow you to click and display,
    although I have never tried it.
    Last edited by xenixman; 01-26-2013 at 03:07 PM.

  5. #5
    Forum Contributor
    Join Date
    04-07-2009
    Location
    Rowley
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Photo Viewer in Excel

    If you Inserted a Picture using the Illustration section of the Insert tab
    then you can also hyperlink the picture by right clicking on the pic and selecting
    hyperlink.
    Just select the location of the pic and the complete Path name should be in the box labeled Address: at the bottom.
    Last edited by xenixman; 01-26-2013 at 05:44 PM.

  6. #6
    Forum Contributor
    Join Date
    04-07-2009
    Location
    Rowley
    MS-Off Ver
    Excel 2007
    Posts
    326

    Re: Photo Viewer in Excel

    Another double post.
    Last edited by xenixman; 01-26-2013 at 05:43 PM.

  7. #7
    Forum Contributor
    Join Date
    03-05-2009
    Location
    usa
    MS-Off Ver
    Excel 2016 32Bit
    Posts
    1,173

    Re: Photo Viewer in Excel

    I did find a way to do this, in case anyone else could use it.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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