BigDelGooner
Board Regular
- Joined
- Aug 17, 2009
- Messages
- 197
Afternoon all
I have the following code...
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$C$316" Then
Chart_DownMonths
End If
If Target.Address = "$C$318" Then
Chart_DownMonths
End If
End Sub
...but wanted to know who I can change the absolute reference (i.e. $C$316) to a named range.
Any ideas?
I have the following code...
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$C$316" Then
Chart_DownMonths
End If
If Target.Address = "$C$318" Then
Chart_DownMonths
End If
End Sub
...but wanted to know who I can change the absolute reference (i.e. $C$316) to a named range.
Any ideas?