DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
If Not Intersect(ActiveCell.SpecialCells(xlCellTypeComments), ActiveCell) Is Nothing Then Exit Sub
Replace(range("A1").Comment.Text, Chr(10), "")
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(ActiveCell.SpecialCells(xlCellTypeComments), ActiveCell) Is Nothing Then
CommandBars("Cell").FindControl(ID:=1592).Enabled = False
Else
CommandBars("Cell").FindControl(ID:=1592).Enabled = True
End If
End Sub