View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Code won't kick off

try

"$D$1"

"Joe_Hunt via OfficeKB.com" <u45578@uwe wrote in message
news:97593c6d7ba9c@uwe...
I realize this is probably simple and I'm missing the obvious, but I can't
see what's going on. I have coding in a couple of sheets in my workbook
that
should kick off various instructions when a particular cell is changed,
but
it's not doing it although it used to. The security settings are right
(set
on low actually). Can anybody give me an idea of what to look at? Here's
the
coding in one of the worksheets if that helps:

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Address = "D1" Then
Application.ScreenUpdating = False
ExceptionsStart
Application.ScreenUpdating = True
End If
End Sub

In the above example when the value in cell D1 is changed it should run
the
macro "ExceptionsStart" which leads into others as that one finishes. I do
appreciate any help.

--
Message posted via http://www.officekb.com