tahsinanarat
Altın Üye
- Katılım
- 14 Mart 2005
- Mesajlar
- 2,181
- Excel Vers. ve Dili
- Ofis 2019 Türkçe
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Option Explicit
Sub Kalınyap()
Dim cell As Object
Dim t As Integer
For Each cell In Selection
t = Len(cell) - 6
With cell.Characters(Start:=t, Length:=8).Font
.FontStyle = "Bold"
.Size = 20
End With
Next cell
End Sub
Sub Kalınyap()
For a = 2 To [a65536].End(3).Row
Cells(a, 4) = Cells(a, 1) & Chr(10) & Cells(a, 2) & Chr(10) & Cells(a, 3)
Cells(a, 4).NumberFormat = "@"
Next
For a = 2 To [d65536].End(3).Row
For b = Len(Cells(a, 4)) To 1 Step -1
deger = Mid(Cells(a, 4), b, 1)
If deger = Chr(10) Then GoTo 10
birlestir = deger & birlestir
Next
10 With Cells(a, 4).Characters(Start:=b, Length:=Len(Cells(a, 4))).Font
.Bold = True
.Size = 20
End With
birlestir = ""
Next
End Sub
Sub Kalınyap()
For a = 2 To [a65536].End(3).Row
Cells(a, 4) = Cells(a, 1) & Chr(10) & Cells(a, 2) & Chr(10) & Cells(a, 3)
Cells(a, 4).NumberFormat = "@"
Next
For a = 2 To [d65536].End(3).Row
For b = 1 To Len(Cells(a, 4))
deger = Mid(Cells(a, 4), b, 1)
If deger = Chr(10) Then GoTo 10
birlestir = deger & birlestir
Next
10 With Cells(a, 4).Characters(Start:=1, Length:=b).Font
.Bold = True
.Size = 20
End With
birlestir = ""
Next
End Sub
Sub Kalınyap()
For a = 2 To [a65536].End(3).Row
Cells(a, 4) = Cells(a, 1) & Chr(10) & Cells(a, 2) & Chr(10) & Cells(a, 3)
Cells(a, 4).NumberFormat = "@"
Next
For a = 2 To [d65536].End(3).Row
For b = 1 To Len(Cells(a, 4))
deger = Mid(Cells(a, 4), b, 1)
If deger = Chr(10) Then GoTo 10
birlestir = deger & birlestir
Next
10 With Cells(a, 4).Characters(Start:=b, Length:=4).Font
.Bold = True
.Size = 20
End With
birlestir = ""
Next
End Sub