View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TexWolf TexWolf is offline
external usenet poster
 
Posts: 3
Default Help with boolean statment for active row

On a given active row, what is the boolean statement to perform the following:

if cell "H" for a given row contains "i" then Sheets("Report").Range("B1") =
"Yes"


again... I'm new to this and need some basic guidance.