Hallo,
Tried to use the below code from the book on page 136 but it doesn't work. I use excel 2010.
Private Sub Worksheet_Change(ByVal Target As Range)Dim ThisColumn As Integer
Dim UserInput As String, NewInput As String
ThisColumn = Target.Column
If ThisColumn < 3 Then
If Target.Count > 1...