image1.picture

  1. kelly mort

    File path code update needed

    Hello I need help: Dim sfile$, fpath$ With Application Fpath = ThisWorkbook.Path & .pathSeparator & “Pictures” & .pathSeparator sFile = Dir(fPath & .PathSeparator & TextBox1.Text & “.*”) Image1.Picture = LoadPicture(“”) If sFile<>”” Then Image1.Picture = LoadPicture(fPath &...
  2. K

    Multiple images in userform

    Hi, i have one user form which has 10 image boxes or image controllers. I want to run a loop to upload pictures to these image boxes. How to so that? Image1.picture = Loadpicture(imagepath) i am not able to place i (where i = 1 to 10) as Image i.picture = Loadpicture(imagepath i) please help
  3. I

    Automatically have first drop down item selected

    Hi, I have a database of which is a userform and i select my info to appear from making a selection from within a drop down box. Currently when the form opens its fields are blank & i am having to select from drop down box so the fields now have data & then i can use the up/down arrows on...
  4. I

    Text box change to load two pictures

    Hi, I have the code below which works fine. I have now added another Image box called Image2 and asking for some advice please in reference to also load a second photo into it. Currently the working code below only loads a photo into Image1. I am looking for advice to edit the code so at the...
  5. F

    place image activex control

    hi. I cannot figure out how to load a picture into an image control. image1.picture = Loadpicture(filepath) but if the picture is just in another sheet and it's named. how can i load it? image1.picture = Loadpicture(range("pic"))??????

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top