PC Review


Reply
Thread Tools Rate Thread

check for empty cell

 
 
=?Utf-8?B?aW5nYWxsYQ==?=
Guest
Posts: n/a
 
      2nd May 2007
I need to ckeck if a cell contains a value or if it is empty. If there is
noting in the cell then a msg box needs to be displayed.
 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      3rd May 2007
One way:

If IsEmpty(Range("A1").Value) Then _
MsgBox "Cell A1 is empty."

In article <B8B0AEA7-26A4-4B8C-920B-(E-Mail Removed)>,
ingalla <(E-Mail Removed)> wrote:

> I need to ckeck if a cell contains a value or if it is empty. If there is
> noting in the cell then a msg box needs to be displayed.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to check if cell is empty?? Robert Crandal Microsoft Excel Programming 1 26th Dec 2009 04:37 AM
Best way to check if cell is empty?? Robert Crandal Microsoft Excel Programming 2 23rd Dec 2009 01:26 PM
How do I check for an empty cell in a formula? sasquatchbill Microsoft Excel Misc 4 8th Aug 2006 03:55 PM
Check current cell is empty bobocat Microsoft Excel Discussion 3 6th Jul 2006 11:13 PM
vba - check if cell is empty joao Microsoft Excel Programming 6 18th Nov 2003 03:12 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:23 AM.