با سلام
آیا راهی وجود داره که در کنار conditional formating از صدای آهنگ و موسیقی هم برای هشدار استفاده کرد؟
آیا راهی وجود داره که در کنار conditional formating از صدای آهنگ و موسیقی هم برای هشدار استفاده کرد؟
Private Sub Worksheet_Change(ByVal Target As Range)
If Range("A1").Value = Range("B1").Value Then
Application.Speech.Speak ("OY")
End If
End Sub
Application.Speech.Speak ("OY")
کامنت