Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Simple Change Event not working
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Tom Ogilvy, post: 6232188"] Besides the obvious error with MessageBox vice MsgBox, this version worked for me: Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$A$1" And Target > 100 Then MsgBox ("Changed Value") End If End Sub Perhaps you have disabled events. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Simple Change Event not working
Top