DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
Cells(1, 1).Value = TextBox1.Text
Cells(1, 1).Font.Bold = True 'Kalın
Cells(1, 1).Font.Italic = True 'İtalik
End Sub
Dim sat As Long
sat = Sheets("metrajsay").Cells(65536, "b").End(xlUp).Row + 1
Sheets("metrajsay").Cells(sat, "b").Value = TextBox1.Value
If c1 = True Then Sheets("metrajsay").Cells(sat, "b").Font.Bold = True
Üretim.Cells(k, 11) = Format(Numuneler.Cells(SatırNo, 84), "0;-0;-") & vbCrLf & Format(Numuneler.Cells(SatırNo, 36), "0;-0;-")
Üretim.Cells(k, 11) = Format(Numuneler.Cells(SatırNo, 84), "0;-0;-") & _
vbCrLf & Format(Numuneler.Cells(SatırNo, 36), "0;-0;-")
q = 1
x = Len(Cells(SatırNo, 36).Value)
p = WorksheetFunction.Search(Cells(SatırNo, 36), Üretim.Cells(k, 11), q)
Üretim.Cells(k, 11).Characters(p, x).Font.Bold = True