View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BDANIELLS BDANIELLS is offline
external usenet poster
 
Posts: 5
Default Macro VB step required

This is what I am trying to do.

I want an "if" & "then" statement to be inserted in macro (recording) that
looks at a particular column and sees if the text "No Error" is present in
it. If there is anything in that particular column apart from "No Error" ,
the macro should NOT run at all.

So, just to clarify the above, if there is anything besides "No Error" in
that column, the macro should NOT run, otherwise run successfully.

Thanks so much