ColinCoady
New Member
- Joined
- Mar 21, 2019
- Messages
- 35
I can't figure out why this won't work. Can someone take a look?
Code:
Private Sub ClearContents()
Worksheets("Costing").Activate
If Cells(7, 5).Value = "Other %" Then Cells(7, 7).ClearContents
End Sub