View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Keith74 Keith74 is offline
external usenet poster
 
Posts: 120
Default Format using VBA not activating when needed

Hi Rob

It's not working as the target is the destination cell/range, that's
why you have to click out then go back to modify row K. I'd work this
by storing the activate range on startup using worksheet_activate in
say variable1 and on a selection change put this range in variable2,
then check to see if variable1 matches criteria, if yes run code, if
not set variable1 = variable2.
Alternatively have a look at the change event.

hth

keith