View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fargo Holiday Fargo Holiday is offline
external usenet poster
 
Posts: 1
Default VBA searching a row

Howdy,
I want to search a row, say from B2 to O2, for a cell containing an s and
get the position of that cell, preferably in a format of number of cells
from the left. I've looked into using .Find, but I haven't been able to
figure out a way to get the information that I want. Could any of you point
me to an example involving this scenario, or give me some pointers?

Thanks a bunch,
Fargo