Sorgu için arama sonuçları: picture

  1. Korhan Ayhan

    Excel hücresine formül ile resim alma

    Aşağıdaki fonksiyon geliştirilebilir. =K_PICTURE(Resim_Dosya_Yolu;Resim_Adı;Resim Boyutu;Resim_Yüksekliği;Resim_Genişliği) Kalın yazı fontu ile belirtilen parametreler opsiyoneldir. Yani boş bırakabilirsiniz. Resim_Adı = Sayfada resime vermek istediğiniz isimdir. (Örnek Resim-1) Resim_Boyutu...
  2. tamer42

    URL den Excel sayfasına görsel alma

    Rıdvan Hocam tekrar merhaba Resimleri indirince satırı kopyalayıp başka sayfaya yapıştırdeğiştiğimizde resimleri en-boy oranı çok bozuluyor. bununla ilgili bir öneriniz var mıdır? teşekkürler,
  3. tamer42

    URL den Excel sayfasına görsel alma

    teşekkürler Rıdvan Hocam iyi ki varsınız!
  4. R

    URL den Excel sayfasına görsel alma

    Merhaba, Aşağıdaki kodu kullanabilirsiniz. Sub ResimleriKucult() Dim satir As Long Dim resimUrl As String Dim resim As Picture Dim ws As Worksheet Set ws = ActiveSheet For satir = 1 To ws.Cells(Rows.Count, "C").End(xlUp).Row resimUrl =...
  5. A

    Resim Getirme

    Çok Teşekkür ederim emeğinize sağlık tek sıkıntı resimi 90 derece yan olarak getiriyor... Bunu çözmenin bir yolu var mı?
  6. tamer42

    Resim Getirme

    ...frmpersonel.Txtkalan.Value = Lstpersonel.List(Lstpersonel.ListIndex, 17) frmpersonel.txtresim.Value = Lstpersonel.List(Lstpersonel.ListIndex, 18) Dosya = "" Dosya = frmpersonel.txtresim.Value If Dosya = "" Then Exit Sub frmpersonel.img.Picture = LoadPicture(Dosya) frmpersonel.Show End Sub
  7. A

    Resim Getirme

    Çok Teşekkür ederim Allah Sizden Razı Olsun.....
  8. tamer42

    Resim Getirme

    PersonelGüncelle prosedürüne aşağıdaki kodları ekler misiniz ....................... ........................................ Dosya = "" Dosya = frmpersonel.txtresim.Value If Dosya = "" Then Exit Sub frmpersonel.img.Picture = LoadPicture(Dosya) frmpersonel.Show
  9. O

    Makro ile mail gönderme

    ...kod işinizi görür. Sub Excel_ile_Mail_Gönderme() Call Kaydet Dim OutApp As Object Dim OutMail As Object Dim table As Range Dim pic As Picture Dim ws As Worksheet Dim wordDoc Set OutApp = CreateObject("Outlook.Application") Set OutMail = OutApp.CreateItem(0) 'Tabloyu resme dönüştürme Set...
  10. halit3

    UserForm'a Resim Getirip CommandButton ile Hücreye yapıştırma

    ...Sub CommandButton2_Click() Dim myClp As Object Set myClp = CreateObject("clipbrd.clipboard") myClp.Clear myClp.setData UserForm1.Image1.Picture, 2 '‘The 2 is for bitmaps If Not Image1.Picture Is Nothing Then myClp.setData Image1.Picture Else MsgBox "Resim yok" Exit Sub End If...
  11. Korhan Ayhan

    cıft tıklıyarak getırdıgım resımler farklı bılgısayarda gozukmuyor kod yardım

    ...Target As Range, Cancel As Boolean) Dim File_Path As Variant File_Path = Application.GetOpenFilename _ ("Pictures (*.gif; *.jpg; *.bmp; *.tif), *.gif; *.jpg; *.bmp; *.tif", _ , "Select Picture to Import") If File_Path = False Then Exit Sub Cancel = True...
  12. Y

    Soru Makronun Listbox Karşılığı

    Image1.Picture = LoadPicture( "C:\resimler\" & Listbox1.List(Listbox1.ListIndex) & ".jpg"))
  13. M

    Soru Makronun Listbox Karşılığı

    Image1.Picture = LoadPicture( "C:\resimler\" & ListView1.SelectedItem.SubItems(3) & ".jpg") Bu kod satırını listboxa nasıl uyarlayabiliriz acaba
  14. Korhan Ayhan

    Soru makro ile şarta bağlı resim çağırma

    Merhaba, Forumda bolca işlenen bir konudur... https://www.excel.web.tr/search/309606/?q=picture&o=date
  15. B

    Bağlantılı resim görüntülenemiyor, Dosya taşımış hatası

    ...önerebileceği yeni kod varsa seve seve kullanırım :) Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) Dim sPicture As String, pic As Picture sPicture = Application.GetOpenFilename _ ("Pictures (*.gif; *.jpg; *.bmp; *.tif), *.gif; *.jpg; *.bmp; *.tif", _ ...
  16. halit3

    Resim Birleştirme

    ...+ 1 Resim = Cells(r, 6) Dosya_Adı = Kayıt_Yeri & Resim & "_" & Format(say, "0000") & ".jpg" sat = 1 Dim Picture As Object For Each Picture In s1.Shapes If Picture.Type = 11 Or Picture.Type = 13 Then If r = Picture.TopLeftCell.Row Then sat = sat + 1 End If End If Next s1.Range(s1.Cells(r...
  17. MOZCELİK53

    Soru Döngüyü 1 defa bitirmek hk.

    Çok yaşa Muzaffer Bey Allah razı olsun .
  18. Muzaffer Ali

    Soru Döngüyü 1 defa bitirmek hk.

    ...Call Animation2 End Sub Private Sub Animation2() Dim y As Integer Do On Error Resume Next UserForm1.Image99.Picture = LoadPicture(ThisWorkbook.Path & "\NEWSS\Images\Animation\Pulser\lop\" & y & ".Gif") If y = 100 Then Exit Do Else...
  19. MOZCELİK53

    Soru Döngüyü 1 defa bitirmek hk.

    ...y As Integer Dim MyTimer As Double MyTimer = Timer Do On Error Resume Next UserForm1.Image99.Picture = LoadPicture _ (ThisWorkbook.Path & "\NEWSS\Images\Animation\Pulser\lop\" & y & ".Gif") Do Loop While Timer -...
  20. Zeki Gürsoy

    excelde resim kırpmak

    Resizing picture files .
Üst