Each time the user changes the selection, this code will run:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Me.ScrollArea = "A1:J20"
End Sub
After it's been set the first time, it's not changing anything.
But the code still runs each and everytime the user changes the selection.
> Maybe I'm missing something, where's the overkill?
>
[quoted text clipped - 3 lines]
> patele's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=35849
> View this thread: http://www.excelforum.com/showthread.php?threadid=562536

Signature
Dave Peterson