erinmkurtz
New Member
- Joined
- Sep 8, 2015
- Messages
- 10
Ok, I have super simple code and it refuses to work. I've used this code several times before on other workbooks and has done wonderfully.
Sub Worksheet_Change(ByVal Target As Range)
If Target.Address.Value = "$A$1" Then
Call MyMacro
End If
End Sub
Application.EnableEvents = True (I've triple checked)
My References, Microsoft Scripting Runtime is checked, Microsoft Forms 2.0 Object Library is selected.
Fresh out of ideas. I've read through all of the previous posts about this issue. Any fresh suggestions?
Thanks!
Sub Worksheet_Change(ByVal Target As Range)
If Target.Address.Value = "$A$1" Then
Call MyMacro
End If
End Sub
Application.EnableEvents = True (I've triple checked)
My References, Microsoft Scripting Runtime is checked, Microsoft Forms 2.0 Object Library is selected.
Fresh out of ideas. I've read through all of the previous posts about this issue. Any fresh suggestions?
Thanks!