Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 12-27-2017, 04:32 PM
Logit Logit is offline I don't understand event handling for the DoubleClick event Windows 10 I don't understand event handling for the DoubleClick event Office 2007
Expert
 
Join Date: Jan 2017
Posts: 591
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

This means that the Range B1:B10 is blank / empty / does not have data :

Code:
If Application.Intersect(Target, Range("B1:B10")) Is Nothing Then

This means that the Range C40 has data / is not empty / is not blank :

Code:
If Not Application.Intersect(Target, Range("C40")) Is Nothing Then

When you see two negatives "Not" / "is Nothing" .. think in terms of your High School Algebra : Two Negatives make a positive.
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Event planning cajos Project 3 03-26-2016 05:19 PM
calendar event not showing licinio Outlook 0 05-18-2015 05:27 AM
I don't understand event handling for the DoubleClick event Document_ContentControlBeforeDelete Event Tejas.T Word VBA 5 02-27-2015 08:01 PM
Hyperlinks in Calendar Event? komobu Outlook 0 07-16-2014 08:09 AM
I don't understand event handling for the DoubleClick event Create calendar event groegee Outlook 1 12-05-2011 09:56 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 01:18 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft