View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Todd[_9_] Todd[_9_] is offline
external usenet poster
 
Posts: 1
Default Macro to jump from the find box to found item

Is it possible to program a macro that would allow me to
jump from the find box to the cell of the found item after
I do a find and even better would be to jump to a location
that would be two columns to the left of the found value.

For example I type "3876" in the find box so then I want
to jump to a position on the sheet 2 columns to the left
of the 3876.

This is for a highly repeatable data entry task that will
be ongoing.

Thanks Todd