Forum Discussion
adavis726
Jul 09, 2019Copper Contributor
Error?
Can anyone find the error in this code? I've inputted it to the developer, but it doesn't seem to be applying to the cells. Private Sub Worksheet_Change(ByVal Target As Range) Dim Oldvalue As St...
Brad Yundt
Jul 09, 2019MVP
Did you install the code in the code pane of a worksheet? It won't work if you put it in ThisWorkbook or in a regular module sheet. I doubleclicked Sheet1 in the screenshot below and put the code there--where it is working for me.