Thread: Need help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLeCoure JLeCoure is offline
external usenet poster
 
Posts: 5
Default Need help

I am trying to create a macro that looks a cell and if that cell is "true"
then I want the macro to clear the fields to the left of that cell. I have
got it to work on a line by line basis but I wan to be able to set this macro
up to work on any line

Here is the code I have trying to get variables to work in it

If i7 = x Then Worksheets("Adjustment").Range("A7:h7").ClearConte nts