View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scottie Scottie is offline
external usenet poster
 
Posts: 16
Default If ...Then Statement

Group,

I have a worksheet change evenet that I want to be able to toggle with a
named cell value.

Private Sub Worksheet_Change(ByVal Target As Range)
If dailyupdate = True Then SortThem
End Sub

NO errors, but it doesn't run.......I am totally lost as to how to fix
it.... I know there is something missing

If the value is false, I want it to just fail and stop.

Please help :)

Thanks in advance.....

Scottie