Thread: Easy Question
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lawson Lawson is offline
external usenet poster
 
Posts: 15
Default Easy Question

i need a program to run only if a value is met in a
certain cell...is that what this is all about?...or
something like this anyway...--

Private Sub Worksheet_SelectionChange(ByVal Target As
Range)

End Sub