- Katılım
- 14 Şubat 2006
- Mesajlar
- 710
- Excel Vers. ve Dili
- 2002-TÜRKÇE
Merhaba bu kodu ekteki resim için uyarlıyabilirmiyiz.Yani hücre Büyümesin Resmin üzerine gelince resim istediğimiz gibi büyüsün.
Dim eski
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If eski <> Empty Then
Range(eski).Font.Name = "Arial"
Range(eski).Font.Size = 10
End If
If Intersect(Target, Range("A1:F20")) _
Is Nothing Then Exit Sub
'Selection.Font.Name = "Webdings"
Selection.Font.Name = "Arial"
Selection.Font.Size = 20.22
eski = Target.Address(False, False)
End Sub
Dim eski
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If eski <> Empty Then
Range(eski).Font.Name = "Arial"
Range(eski).Font.Size = 10
End If
If Intersect(Target, Range("A1:F20")) _
Is Nothing Then Exit Sub
'Selection.Font.Name = "Webdings"
Selection.Font.Name = "Arial"
Selection.Font.Size = 20.22
eski = Target.Address(False, False)
End Sub