B
Bill
Hello,
I would like to run a macro when a change is made in a given column on a
worksheet (such as column B). I know I need to use:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
end sub
Not sure how this works though.
Thanks for your help.
Bill
I would like to run a macro when a change is made in a given column on a
worksheet (such as column B). I know I need to use:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
end sub
Not sure how this works though.
Thanks for your help.
Bill