Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Kick someone out of a Spreadsheet | Excel Discussion (Misc queries) | |||
Code won't kick off | Excel Programming | |||
Worksheets("Sheetname").Select refuses to kick in from User Defined function | Excel Programming | |||
Kick off access using excel. | Excel Discussion (Misc queries) | |||
VBA Code to kick off macro when workbook command to close is initi | Excel Discussion (Misc queries) |