excellence
Board Regular
- Joined
- Oct 5, 2005
- Messages
- 155
- Office Version
- 365
- Platform
- MacOS
I can't seem to get this VBA to go to E15 !
Otherwise, it is fine.
Private Sub Worksheet_Calculate()
If Range("E24").Value > "1" Then
MsgBox "CLEAR"
ActiveSheet.Range("E15").Select
End If
End Sub
Thanks
Otherwise, it is fine.
Private Sub Worksheet_Calculate()
If Range("E24").Value > "1" Then
MsgBox "CLEAR"
ActiveSheet.Range("E15").Select
End If
End Sub
Thanks