View Single Post
 
Old 10-28-2013, 07:31 PM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

Roger, there was a thread just last week about a program to highlight a row when the Selection changes; I think it was a pretty simple Worksheet_Change subroutine. If that's what you're using, then all you need is a statement at the beginning that if the target is in the first row or column, the program should end immediately rather than continue. What does your program code look like now?
Reply With Quote