View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Find() method help

Don't know about VC++ but in VBA you would be using Find then FindNext.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

wrote in message
oups.com...
Hello all.

I use Excel 97 through automation in VC++. I need to find a cell with
specific value AFTER specific cell!!! I don't know what I need to pass
as the second parameter of Find() method (const _variant_t & After).
Who can help me? Maybe someone already know solution. Please, help.

Best regards.