I think you are over complicating things.
If you want to transfer the value from column B to column AG all you should need is this.
![]()
If Target.Row > 1 And Target.Column = 2 Then Cells(Target.Row, "AG").Value = Target.Value End If
I think you are over complicating things.
If you want to transfer the value from column B to column AG all you should need is this.
![]()
If Target.Row > 1 And Target.Column = 2 Then Cells(Target.Row, "AG").Value = Target.Value End If
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks