LarryLaser
10-18-2006, 11:33 AM
How do I change this piece of code to function with named ranges?
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
' needs to target Range Name "Pics"
If Target.Column = 7 Then ViewPicture Target
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
' needs to target Range Name "Pics"
If Target.Column = 7 Then ViewPicture Target