iCommentCount = ActiveSheet.Comments.Count
If iCommentCount = 0 Then
MsgBox "Примечаний нет"
Else
MsgBox "Примечаний : " & iCommentCount & " шт."
End If
iCommentCount = ActiveSheet.Comments.Count
If iCommentCount = 0 Then
MsgBox "Примечаний нет"
Else
MsgBox "Примечаний : " & iCommentCount & " шт."
End If