Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Kick someone out of a Spreadsheet Jules815 Excel Discussion (Misc queries) 6 April 3rd 23 04:29 PM
How can I modify my code to offset the defined range and repeat theprocedure instead of duplicating my code? [email protected] Excel Programming 4 May 29th 09 10:13 PM
Worksheets("Sheetname").Select refuses to kick in from User Defined function Michiel via OfficeKB.com Excel Programming 14 February 21st 08 03:40 PM
Kick off access using excel. Jeff Excel Discussion (Misc queries) 3 October 10th 07 02:10 PM
VBA Code to kick off macro when workbook command to close is initi zulfer7 Excel Discussion (Misc queries) 2 June 23rd 06 08:04 PM


All times are GMT +1. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"