Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default check for empty cell

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,624
Default check for empty cell

One way:

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

In article ,
ingalla 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
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
How do I check for an empty cell in a formula? sasquatchbill Excel Discussion (Misc queries) 4 August 8th 06 03:55 PM
check if worksheet is empty Lynn[_7_] Excel Programming 1 October 11th 05 03:41 PM
Check if empty stevenmckeon[_4_] Excel Programming 2 August 2nd 04 08:29 AM
How to check for next empty cell in list DonW Excel Programming 3 December 27th 03 05:47 AM
vba - check if cell is empty joao Excel Programming 6 November 18th 03 03:12 PM


All times are GMT +1. The time now is 04:21 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"