hartless43
New Member
- Joined
- Dec 28, 2022
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
I would like to run a Marco based on a cell value from the WorkSheet_Change.
The code would be similar to below. I know this is simple as simple can be, but I can't get it to work.
Private Sub Worksheet_Change(ByVal Target As Range)
If Range("G11") = 45 Then
(Macro name here)
End Sub
Thanks, Jerry
The code would be similar to below. I know this is simple as simple can be, but I can't get it to work.
Private Sub Worksheet_Change(ByVal Target As Range)
If Range("G11") = 45 Then
(Macro name here)
End Sub
Thanks, Jerry