View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DSC[_20_] DSC[_20_] is offline
external usenet poster
 
Posts: 1
Default search formula for 1st space

HI

where you have Double Quote marks in your formula just use
"" Instead of "

so your example would become

Range("A1").Formula = "=SEARCH("" "",B1,1)"


HTH

Davi

--
Message posted from http://www.ExcelForum.com