View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
stevec stevec is offline
external usenet poster
 
Posts: 177
Default If IsError(.Cells(Lrow, "A").Value) Then

Is there a way to use

If IsError(.Cells(Lrow, "A").Value) Then

to include not only column A, but Column C and G?

Thanks.