Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() If I delete each cell in a range manually - I do not get hung up in the below "if statement". If try to "clearcontents" to the entire range - it doesn't recognize the isEmpty(Target.value) (I believe). What options do I have... If Target.Column = 2 And Not IsDate(Target.Value) And Not IsEmpty(Target.Value) Then MsgBox ("Inputs have to be dates") Target.ClearContents End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Coping ranges of cells | Excel Programming | |||
ADD DIFFERENT RANGES OF CELLS | Excel Discussion (Misc queries) | |||
specifying ranges using cells | Excel Programming | |||
empty cells in ranges | Excel Discussion (Misc queries) | |||
Special Ranges of Cells | Excel Programming |