+ Reply to Thread
Results 1 to 2 of 2

picture name as variable

  1. #1
    Registered User
    Join Date
    01-29-2012
    Location
    United Kingdom
    MS-Off Ver
    MS Office 2003/MS Office 2010
    Posts
    45

    Post picture name as variable

    Hi, there!

    I have userform (AddData) that has combobox (LineNumber) with values "Line 1", "Line 2", "Line 3", "Line 4". I've got a folder with corresponding pictures Line1.bmp, Line2.bmp, Line3.bmp, Line4.bmp
    What i'm struggling with is to get AddData.Image1.picture display line picture. Could someone help me please.

    Current code i came up with is:
    Private Sub LineNumber_Change()
    Dim picture As Object
    filelocation = Sheets("Admin Data").Cells(3, 4).Value
    picture = "Line" & Right(AddData.LineNumber, 1) & ".bmp"
    AddData.Image1.picture = LoadPicture(filelocation & picture, 30, 90)
    end sub

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: picture name as variable

    Duplicate post: http://www.excelforum.com/excel-prog...-variable.html

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

+ 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