View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_3_] Mark[_3_] is offline
external usenet poster
 
Posts: 20
Default Find not equal to "0"

Hi

I want to find the first cell that is not zero "0" across a row. I have
tried the following but is gives a syntax error. (I've searched this forum
but cannot find anything that helps me)

Cells.Find(What:<"0", After:=ActiveCell, LookIn:=xlValues, LookAt:= _
xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext,
MatchCase:=False _
, SearchFormat:=False).Activate

Any help will be greatly appreciated.

Mark