Suzannah Robertson
New Member
- Joined
- Jan 13, 2010
- Messages
- 23
Hello,
I'm trying to use a Private Sub Worksheet_Change(ByVal Target As Range) macro on one of my sheets and it's not working.
I've put in the code:
Private Sub Worksheet_Change(ByVal Target As Range)
'Partner
If Target.Row = 8 Then
thiscolumn = Target.Column
Range("e71").select...
and it's not triggered when I change information on row 8 of the worksheet... Can anyone see what I'm doing wrong?
Any help much appreciated.
thanks,
Suzannah
I'm trying to use a Private Sub Worksheet_Change(ByVal Target As Range) macro on one of my sheets and it's not working.
I've put in the code:
Private Sub Worksheet_Change(ByVal Target As Range)
'Partner
If Target.Row = 8 Then
thiscolumn = Target.Column
Range("e71").select...
and it's not triggered when I change information on row 8 of the worksheet... Can anyone see what I'm doing wrong?
Any help much appreciated.
thanks,
Suzannah