DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub aktar()
sat = 18
Set s1 = Sheets("seç")
Set s2 = Sheets("ekler")
s2.Range("e18:e38").ClearContents
Dim Picture As Object
For Each Picture In s1.Shapes
If TypeName(s1.Shapes(Picture.Name).OLEFormat.Object) = "OLEObject" Then
If TypeName(s1.Shapes(Picture.Name).OLEFormat.Object.Object) = "CheckBox" Then
If s1.Shapes(Picture.Name).OLEFormat.Object.Object = True Then
satir = s1.Shapes(Picture.Name).BottomRightCell.Row
deg = s1.Cells(satir, 2).Value
s2.Cells(sat, "e").Value = s1.Cells(satir, "c").Value & "(" & s1.Cells(satir, "d").Value & " Adet)"
sat = sat + 1
End If
End If
End If
Next Picture
MsgBox "İşlem tamam", vbInformation, "U Y A R I"
End Sub
Sub aktar()
sat = 18
Set s1 = Sheets("seç")
Set s2 = Sheets("ekler")
s2.Range("e18:e38").ClearContents
Dim Picture As Object
For Each Picture In s1.Shapes
If TypeName(s1.Shapes(Picture.Name).OLEFormat.Object) = "OLEObject" Then
If TypeName(s1.Shapes(Picture.Name).OLEFormat.Object.Object) = "CheckBox" Then
If s1.Shapes(Picture.Name).OLEFormat.Object.Object = True Then
satir = s1.Shapes(Picture.Name).BottomRightCell.Row
deg = s1.Cells(satir, 2).Value
[COLOR="Red"]say = say + 1[/COLOR]
s2.Cells(sat, "e").Value = [COLOR="red"]say & "-" &[/COLOR] s1.Cells(satir, "c").Value & "(" & s1.Cells(satir, "d").Value & " Adet)"
sat = sat + 1
End If
End If
End If
Next Picture
MsgBox "İşlem tamam", vbInformation, "U Y A R I"
End Sub
Çok Teşekkür ederim.