Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
wal wal is offline
external usenet poster
 
Posts: 19
Default List out the "Find All" results list?

Excel 2003

Is there a way to "capture" programatically the list of values that
results when you use the "Find All" button in the Find dialog? The
desired values are spread all over the worksheet pretty much at
random. I would like to reproduce the values (or, if necessary, the
Book/Sheet/Name/Cell/Value/Formulas) in a simple list or table on a
separate worksheet, in the order shown in the Find All results dialog.

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default List out the "Find All" results list?

Nope, excel doesn't expose that "find all" to VBA.

But you could just repeat the find until you find the first one. Take a look at
FindNext in VBA's help.

wal wrote:

Excel 2003

Is there a way to "capture" programatically the list of values that
results when you use the "Find All" button in the Find dialog? The
desired values are spread all over the worksheet pretty much at
random. I would like to reproduce the values (or, if necessary, the
Book/Sheet/Name/Cell/Value/Formulas) in a simple list or table on a
separate worksheet, in the order shown in the Find All results dialog.

Thanks.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
wal wal is offline
external usenet poster
 
Posts: 19
Default List out the "Find All" results list?

Thanks. I used the suggested sample macro as the basis for what I
needed to do, and it works fine.


On Nov 23, 11:30*am, Dave Peterson wrote:
Nope, excel doesn't expose that "find all" to VBA.

But you could just repeat the find until you find the first one. *Take a look at
FindNext in VBA's help.

wal wrote:

Excel 2003


Is there a way to "capture" programatically the list of values that
results when you use the "Find All" button in the Find dialog? *The
desired values are spread all over the worksheet pretty much at
random. *I would like to reproduce the values (or, if necessary, the
Book/Sheet/Name/Cell/Value/Formulas) in a simple list or table on a
separate worksheet, in the order shown in the Find All results dialog.


Thanks.


--

Dave Peterson


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default List out the "Find All" results list?

I should have mentioned this before...

You may want to try Jan Karel Pieterse's FlexFind:
http://www.oaltd.co.uk/MVP/


wal wrote:

Thanks. I used the suggested sample macro as the basis for what I
needed to do, and it works fine.

On Nov 23, 11:30 am, Dave Peterson wrote:
Nope, excel doesn't expose that "find all" to VBA.

But you could just repeat the find until you find the first one. Take a look at
FindNext in VBA's help.

wal wrote:

Excel 2003


Is there a way to "capture" programatically the list of values that
results when you use the "Find All" button in the Find dialog? The
desired values are spread all over the worksheet pretty much at
random. I would like to reproduce the values (or, if necessary, the
Book/Sheet/Name/Cell/Value/Formulas) in a simple list or table on a
separate worksheet, in the order shown in the Find All results dialog.


Thanks.


--

Dave Peterson


--

Dave Peterson
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
Print just the list after performing a "find all" in Excel Office Minion Excel Worksheet Functions 0 December 11th 09 06:31 PM
Add To "Find & Replace" Drop Down List Minitman Excel Discussion (Misc queries) 0 November 25th 09 12:42 AM
I need function that can list the "top ten" highest results DClark5412 Excel Worksheet Functions 4 January 7th 06 11:32 AM
Where can I find a full list of "mso" constants? Nick Hebb Excel Programming 10 November 13th 05 09:44 PM


All times are GMT +1. The time now is 10: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"