+ Reply to Thread
Results 1 to 11 of 11

select a picture in a spreadsheet

  1. #1
    Forum Contributor
    Join Date
    06-24-2013
    Location
    Berlin
    MS-Off Ver
    Excel 2007
    Posts
    188

    select a picture in a spreadsheet

    Hi everyone,

    I would like to select a picture that is in my spreadsheet say Range("A10") and then display it a userform.

    to select the picture I tried this:

    Please Login or Register  to view this content.
    obviously it did not work, I never used picture in Excel. Would you know how to do this?

    Thanks for your time,
    -Phil

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: select a picture in a spreadsheet

    It's a little more complicated than that - requires a lot of API calls... In your userform's codemodule, assuming you have an image control named Image1:

    Please Login or Register  to view this content.
    and in a standard codemodule - assuming you have a 32 bit operating system:

    Please Login or Register  to view this content.
    Last edited by Bernie Deitrick; 04-08-2014 at 03:34 PM.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Contributor
    Join Date
    06-24-2013
    Location
    Berlin
    MS-Off Ver
    Excel 2007
    Posts
    188

    Re: select a picture in a spreadsheet

    thanks Bernie.

    That works. Maybe I should rethink my spreadsheet.

    I made myself a quiz. In col B I have QUESTIONS and in col C I have the ANSWER. I randomly pick a QUESTION, display it in a userform. Once I answered the Question, I Display the corresponding answer.
    I wanted to include pictures in my ANSWER field, because some formula are hard to write in text. But I cannot store picture in Excel range and display it easily as I would with TEXT.

    Thanks for your post,
    -Phil

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: select a picture in a spreadsheet

    There are all sorts of better ways - store the picture(s) in a certain folder, and store the name in a cell, and show the picture if the question's corresponding picture name cell is not blank.....

  5. #5
    Forum Contributor
    Join Date
    06-24-2013
    Location
    Berlin
    MS-Off Ver
    Excel 2007
    Posts
    188

    Re: select a picture in a spreadsheet

    Thanks Bernie,

    At the moment this is sort of what I do.
    If the corresponding answer is not blank, I take the value and display it, in a userform or a message box.

    I thought of saving the picture on the hard disk and indexing them, putting the path in the Answer cell to open it. but I would like the pictures to be within the file. So that it would work on another computer. I realize it's a bit complex.

    would you know how to open a picture in a userform if I have the path that leads to that picture save in the answer Range ?

  6. #6
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: select a picture in a spreadsheet

    The easiest solution is to put all your pictures into the userform - in separate image controls, one per picture - and only set the visible property to true for the one you want to show, and then set it back to false when you want to show another picture. You can stack the image controls on top of one another, and when all are visible = false the only one with visible = true will show.

  7. #7
    Forum Contributor
    Join Date
    06-24-2013
    Location
    Berlin
    MS-Off Ver
    Excel 2007
    Posts
    188

    Re: select a picture in a spreadsheet

    I see, Would it be heavy. I mean the volume of pictures to keep within the userform ?

    I will try that.

    Thanks for your help

  8. #8
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: select a picture in a spreadsheet

    Make sure you use small jpeg files, sized to the size of the image control - I'm not sure if the files are re-sized or maintained within the userform at their original size.

  9. #9
    Forum Contributor
    Join Date
    06-24-2013
    Location
    Berlin
    MS-Off Ver
    Excel 2007
    Posts
    188

    Re: select a picture in a spreadsheet

    Hi Bernie,

    I was trying to load one picture in the image1 field using loadpicture but I get an error saying "Loadpicture" sub or function not defined. I checked on Microsoft website, the syntax is LoadPicture(Path & name.jpg)

    Please Login or Register  to view this content.
    I am using excel 2007, would there be a dll or something else to activate ?

    or do I need to write a function similar to yours "paste picture" you posted above for "loadpicture"?

  10. #10
    Forum Contributor
    Join Date
    06-24-2013
    Location
    Berlin
    MS-Off Ver
    Excel 2007
    Posts
    188

    Re: select a picture in a spreadsheet

    I noticed that OLE automation was not ticked in. I turned it on and it works!

  11. #11
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    6,279

    Re: select a picture in a spreadsheet

    That's what I like - self-solving problems!

    I always use at least these 6 references to start:

    References.JPG
    Last edited by Bernie Deitrick; 04-10-2014 at 09:30 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 02-10-2014, 12:29 PM
  2. Replies: 2
    Last Post: 11-27-2008, 09:53 AM
  3. [SOLVED] How to select one by one picture on my sheet with VBA?
    By marko in forum Excel General
    Replies: 4
    Last Post: 02-18-2006, 06:10 PM
  4. [SOLVED] Inserted Picture - now there are copies of the picture in the spreadsheet
    By jkbob@optonline.net in forum Excel General
    Replies: 0
    Last Post: 11-14-2005, 12:25 AM
  5. Can Excel select a picture?
    By Fluffy in forum Excel General
    Replies: 1
    Last Post: 02-18-2005, 10:06 AM

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