View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default find syntax help please

can someone help me with this. i had it somewhere and can't remember. i want to
find values in a column <=0.

is it something like this?
Find(What:="<=0", LookIn:=xlValues)

--


Gary