+ Reply to Thread
Results 1 to 2 of 2

display images on the userform when something out of a combobox is selected

  1. #1
    Registered User
    Join Date
    09-14-2012
    Location
    Belgium
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question display images on the userform when something out of a combobox is selected

    First, Sorry for my bad English., I'm new here and I have a question about excel 2007.
    Is it possible to display images on a userform when I select something from a combobox list? In the annex below, I have a userform (UserForm2). The ComboBox1 has the function data to show here when something is selected. In this case he shows the data included on the sheet "blad1" standing. This combo would also have to display images on the "Image" next "foto Filter" on the UserForm. The images are on the sheet "Pictures". Is this possible?
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    09-25-2012
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: display images on the userform when something out of a combobox is selected

    Hi there i am also very new to VBA programming however this is my (very basic) soloution.

    For each individual picture have a seperate imagebox. And then on a combobx change sub if the value = "(insert value)" thyen have it show the corrosponding picture box.

    heres an example.

    if you place this code into your prgramme then run once you select "60" in the combobx the picture frame will show and it wont show if other values are selected.

    Please Login or Register  to view this content.

+ 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