Sorgu için arama sonuçları: picture

  1. 1Al2Ver

    düşey ara, indis, kaçıncı ve resim bulma

    ...vb. eklenecek resimi seçin, Seçilen resim, önceden seçtiğiniz hücreye (örneğin B2), tam olarak gelecektir. KOD ; Sub InsertPicture() Dim sPicture As String, pic As Picture sPicture = Application.GetOpenFilename _ ("Pictures (*.gif; *.jpg; *.bmp; *.tif), *.gif; *.jpg; *.bmp; *.tif", _ ...
  2. U

    İstenen Bir Hücreye Klasörden Resim Getirmek

    ...= Resim_Adres.Top .Left = Resim_Adres.Left .Height = Resim_Adres.Height .Width = Resim_Adres.Width .Object.PictureSizeMode = fmPictureSizeModeStretch End With If Dir(Yol & Resim_Adı) <> "" Then Yeni_Resim.Object.Picture = LoadPicture(Yol &...
  3. U

    İstenen Bir Hücreye Klasörden Resim Getirmek

    ...= Resim_Adres.Top .Left = Resim_Adres.Left .Height = Resim_Adres.Height .Width = Resim_Adres.Width .Object.PictureSizeMode = fmPictureSizeModeStretch End With If Dir(Yol & Resim_Adı) <> "" Then Yeni_Resim.Object.Picture = LoadPicture(Yol &...
  4. M

    Check Box İle Seçili Olan Sütunları Almak

    ...Exit For End If Next Dim SütunAdı As String Set s1 = Sheets("BİLGİ SEÇME") Set s2 = Sheets("BİLGİ SEÇME SAYFASI") Dim Picture As Object For Each Picture In s1.Shapes If TypeName(s1.Shapes(Picture.Name).OLEFormat.Object) = "OLEObject" Then If...
  5. U

    İstenen Bir Hücreye Klasörden Resim Getirmek

    ...= Resim_Adres.Top .Left = Resim_Adres.Left .Height = Resim_Adres.Height .Width = Resim_Adres.Width .Object.PictureSizeMode = fmPictureSizeModeStretch End With If Dir(Yol & Resim_Adı) <> "" Then Yeni_Resim.Object.Picture = LoadPicture(Yol &...
  6. 5

    Fotoğraf boyutlandırma hakkında

    Cevabımı buldum dostlar gün gelir birine lazım olursa eğer Private Sub CommandButton1_Click() Dim res As Picture Dim x As Long Dim ps As Long ps = Range("g20000").End(xlUp).Row For x = 3 To ps On Error Resume Next Range("A" & x).Select Set res = Me.Pictures.Insert(Range("E" &...
  7. 5

    Fotoğraf boyutlandırma hakkında

    Private Sub CommandButton1_Click() Dim res As Picture Dim x As Long Dim ps As Long ps = Range("g20000").End(xlUp).Row For x = 3 To ps On Error Resume Next Range("A" & x).Select Set res = Me.Pictures.Insert(Range("E" & x).Value) res.Width = 10 res.Height = 272 Next...
  8. C

    Makro İle Logo Değiştirmek

    Merhaba, Çalışma kitabında ki logoları başka logo ile değiştirmek istiyorum. Kodu butona atayacam, değiştir dediğimde; picture 3 , pc'den belirttiğim yol üzerinden yeni resim ile değişecek ama bunu tüm çalışma kitabında uygulayacak. Not: Picture 3 sabit, Pc den çekilecek yeni logonun yolu...
  9. E

    klasörden resim seçme

    ...eklemeleri yapabilirsiniz If Dosya = False Then ' eğer vazgeçe basarsanız MsgBox "Dosya seçme işleminden vazgeçildi", , "excel.web.tr" Exit Sub Else Image1.Picture = LoadPicture("") 'Image1.Picture = LoadPicture(Sheets("bilgi").Cells(3, "j").Value)...
  10. H

    CommontButton' Resim Getirme

    Çok Teşekkür ediyorum kardeş, bir deneyeyim ,Sağlıklı günler dileği ile Selamlar.
  11. YUSUF44

    CommontButton' Resim Getirme

    Bu arada commandbutton'un picture/resim özelliği olduğunu bilmiyordum, sayın faye_efsane'nin cevabıyla öğrenmiş oldum.
  12. A

    CommontButton' Resim Getirme

    ...İlgili kodlar için örnek, CommandButton1 'i kullandığınız buton ismi ile değiştiriniz. If CbFaturaTuru.ListIndex < 0 Then CommandButton1.Picture = LoadPicture("C:\Users\" & Environ("UserName") & "\Desktop\Loglar\İkonlar\incele.jpg") CommandButton1.PicturePosition =...
  13. A

    Soru Selenium basic ile webden combobox içindeki seçili değeri nasıl alabilirim?

    ...& i) Range("A" & i).Select resimyolu = Tablolar(i).FindElementByTag("img").Attribute("src") ActiveSheet.Pictures.Insert(resimyolu).Select With Selection .ShapeRange.LockAspectRatio = msoFalse .Top = Range("A" & i).Top +...
  14. A

    Soru Selenium basic ile webden combobox içindeki seçili değeri nasıl alabilirim?

    ...& i) Range("A" & i).Select resimyolu = Tablolar(i).FindElementByTag("img").Attribute("src") ActiveSheet.Pictures.Insert(resimyolu).Select With Selection .ShapeRange.LockAspectRatio = msoFalse .Top = Range("A" & i).Top +...
  15. vivident

    Sharepointte bulunan resmi image yüklemek

    Merhaba Sharepoint altında bulunan resimlerim var. Bu resimleri excel sayfasında bulunan Image1.Picture yüklemek istiyorum. Sharepointte geçmeden önce resimler C: altında idi. Linki yazdığımda direk resim yükleniyordu. Sharepointte geçince linkleri değiştirsemde yüklenmiyor. Varmıdır bir yolu...
  16. M

    İmage1 nesnesini yazdırma

    Teşekkürler Korhan Hocam bunuda Alternatif olarak adım
  17. Korhan Ayhan

    İmage1 nesnesini yazdırma

    Alternatif; Private Sub CommandButton2_Click() Dim Grafik As Object Set Grafik = Me.Image1.Picture If Not Grafik Is Nothing Then Sheets("GRAFIK").Range("Yazdırma_Alanı").PrintOut End Sub
  18. YUSUF44

    Soru Resmi çağırıp formu doldurup toplu yazdırma

    Resimlereekle makronuz: Sub Resimlerekle() sat1 = 6 sat2 = 13 sut1 = 18 sut2 = 24 Dim Picturer As Object Set Adres = Range(Cells(sat1, sut1).Address, Cells(sat2, sut2).Address) Dim Picture As Object For Each Picture In ActiveSheet.Shapes If Not Intersect(Range(Picture.TopLeftCell.Address & ":"...
Üst