Thread: if statement
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hshayhorn hshayhorn is offline
external usenet poster
 
Posts: 16
Default if statement

I would like help writing some code that would run the code below if the
value of cell a5 is the word "Fixed".

Rows("5:13").Select
Selection.EntireRow.Hidden = True