View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel[_184_] joel[_184_] is offline
external usenet poster
 
Posts: 1
Default Stop code if cell C8 is selected.


If Not Application.Intersect(ActiveCell, _
ActiveSheet.Range("C8")) Is Nothing Then

Stop
End If


--
joel
------------------------------------------------------------------------
joel's Profile: http://www.thecodecage.com/forumz/member.php?userid=229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=151276

Microsoft Office Help