Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I think your problem is that an empty cell does not have the value of
"". Activecell.ClearContents ? isempty(ActiveCell) True ? ActiveCell.Value = "" True ? activeCell.Value = 0 True Guess it does have a value of "", but zero seems to work as well. -- Regards, Tom Ogilvy "duane" wrote in message ... I think your problem is that an empty cell does not have the value of "". Maybe test for value of 0 (zero) if you are looking for an empty cell. -- duane ------------------------------------------------------------------------ duane's Profile: http://www.excelforum.com/member.php...o&userid=11624 View this thread: http://www.excelforum.com/showthread...hreadid=374525 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif Conditions - Use of conditions that vary by cell value | Excel Discussion (Misc queries) | |||
Spell Checking with checking cell notes | Excel Discussion (Misc queries) | |||
Checking cells for 2 conditions | Excel Worksheet Functions | |||
checking two conditions | Excel Discussion (Misc queries) | |||
Checking if 2 of 3 conditions are met... | Excel Discussion (Misc queries) |