View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MGSurberDallas MGSurberDallas is offline
external usenet poster
 
Posts: 4
Default "For Each" statements

I am relatively new to programming. Can anyone suggest the code for the
following:

I want to highlight each row that contains a certain value in a particular
column.

For Each Row that contains X in Cell F
then highlight row.

Can anyone get me started? Thanks Michael