Hi folks i'm having trouble getting this code to work!! i would like certain cell values to change when i update the range B4 but i don't know quite how to set the range as b4?
any help is much appreciated, here is my code
Thanks for taking the time to view my thread everyone and for any help![]()
Private Sub Worksheet_Change(ByVal Target As Range) Set Target = Range("B4") Dim SAgent As String SAgent = Range("B4").Value If Target.Value <> SAgent Then Range("E4,E24,H4,H13,H23,H33,K4,K18,K30").Value = SAgent End If End Sub
![]()
Bookmarks