Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 106
Default Find and Replace Question

Greetings. I am using MS VISTA and Excel 2007 (I am a relative newcomer).

When I search for ("Fine what") a particular word, and click on "Find All,"
all the cells containing this word are listed. This is a very convenient
feature.

I was wondering, though, if this feature could be somehow tweaked (this will
probably involve some programming which I am not able to do) so not only the
word (the value being searched for) but other values in other columns would
appear to the right. In other words, it would be these columns:
Book ... Sheet ... Name ... Cell ... Value ... [Next col.] ... etc.

Why? Well, it would be useful to see if there are any inconsistences in the
value and the next column to the right (which is a translation). Of course I
could sort the sheet, but I was just wondering if my above question is
possible.

If this explanation is unclear, I will be happy to elaborate. Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default Find and Replace Question

After you click on Find All, press Ctrl+A to select all the cells shown in
the Find All table and then click the Close button. All the found cells will
be selected on your worksheet. You can use them to see what rows to check. I
couldn't find a keystroke combination to extend a disjointed selection, so
if you want to extend the disjointed selection to the entire row (to make it
easier to see which cells to check), you can run this macro immediately
after you do the above...

Sub ExtendSelection()
Selection.EntireRow.Select
End Sub

--
Rick (MVP - Excel)


"Rebecca" wrote in message
...
Greetings. I am using MS VISTA and Excel 2007 (I am a relative newcomer).

When I search for ("Fine what") a particular word, and click on "Find
All,"
all the cells containing this word are listed. This is a very convenient
feature.

I was wondering, though, if this feature could be somehow tweaked (this
will
probably involve some programming which I am not able to do) so not only
the
word (the value being searched for) but other values in other columns
would
appear to the right. In other words, it would be these columns:
Book ... Sheet ... Name ... Cell ... Value ... [Next col.] ... etc.

Why? Well, it would be useful to see if there are any inconsistences in
the
value and the next column to the right (which is a translation). Of course
I
could sort the sheet, but I was just wondering if my above question is
possible.

If this explanation is unclear, I will be happy to elaborate. Thanks.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find and Replace Question Dow Excel Programming 4 May 7th 08 10:32 PM
Find and Replace Question NewToVB Excel Programming 2 July 27th 07 07:00 PM
Find & replace question.....I believe anorton Excel Discussion (Misc queries) 13 June 4th 06 01:25 PM
Find & Replace question Stuart[_21_] Excel Programming 11 March 28th 05 07:26 PM


All times are GMT +1. The time now is 05:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"