View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Kash Kash is offline
external usenet poster
 
Posts: 59
Default Skip condition if cell is blank

I actually need to skip only that particular statement if a particular cell
is blank.. other statements shouls execute..

if Sheets("Search").Range("E2") is blank then condition 1 should be skipped
if Sheets("Search").Range("C2") is blank then condition 2 should be skipped
if Sheets("Search").Range("C4") is blank then condition 3 should be skipped
if Sheets("Search").Range("E4") is blank then condition 4 should be skipped