David Montoya
New Member
- Joined
- Apr 25, 2018
- Messages
- 49
I need some assistance. The following code is not working for me, as it does not create the popup.
Code:
Sub FindColor()
Range("D4:P1004").Select
If ActiveCell.Interior.Color = 255 Then
MsgBox ("Leave a Comment")
End If
End Sub