View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
jutlaux jutlaux is offline
external usenet poster
 
Posts: 22
Default Cycle through A Range

Looks through the selected cells (not the entire work sheet) for a specific
phrase

If it finds the phrase in the cell then
1) Capitalize just the phrase
2) Marks the cells that have the phrase with a red back color
3) Copy's the cells that have the phrase to another work sheet
4) Move to next cell

Currently the user selects the range and then does a find for the phrase and
then manually does everything above.

I know how to do all the steps if the user where just selecting one cell,
but ran into a problem on the multiple cells as I can't figure out how to
find out which cells the user selected and then move through them.

It should also be noted that the user could select cells with the Ctrl
button so "range" might not be all together.

"royUK" wrote:


What's the end use of the code?


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site' (http://www.excel-it.com/)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=47032