View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mick Mick is offline
external usenet poster
 
Posts: 35
Default Find and highlight results macro

Is it possible to program Excel's Find dialog so that it will search for all
occurrences of a given string and highlight the rows containing the search
string?

What I need is a macro (or something) that will prompt me for a string to
look for, then go through every cell and highlight the rows that contain the
string I specified.

Does anyone have a macro for this?

If not, can someone please help me create a macro that will do this?