User Profile
Collapse
-
Thank you so much for your help and advice! I have never worked with code before and am having to learn as I go. -
Compile Error: Expected End Sub
I keep getting an error message for my code. I would greatly appreciate any help I can get. When someone Selects cell K74 and types in anything (usually "X"), I need a dialog box to pop up with a yes or no question. If yes, the X remains. If no, the macro will undo the X. Thank you so much for taking the time to help!
...Code:Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$K$74" Then
No activity results to display
Show More
Leave a comment: