Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel Find Macro Help Needed

I currently do the following steps to find all the occurrences of an entry
in a multi sheet Excel spreadsheet.

I'm looking for suggestions on modifying the macro to include the operations
in step 3. All my attempts at

doing so have been unsuccessful. Any help woud be much appreciated.



Bruce Johnson





Step 1) Select a cell having the desired entry.



Step 2) < Ctrl-F to run the following macro. (Copies the entry, selects
all the

sheets and brings up the Find dialog box)



Macro

Sub MultiFind()

Selection.Copy

Worksheets.Select

Cells.Select

Application.Dialogs(xlDialogFormulaFind).Show

Cells(1).Select

End Sub





Step 3) < Ctrl-V to paste the selected entry to the Find dialog box.

< Enter & < Enter to display the next occurance of
the selected entry.



Step 4) < Enter as required to display remaining entries.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Excel Find Macro Help Needed

Forgot to mention that I'm using Excel XP.

"Bruce Johnson" wrote in message
news:Tyldb.600269$Ho3.116592@sccrnsc03...
I currently do the following steps to find all the occurrences of an entry
in a multi sheet Excel spreadsheet.

I'm looking for suggestions on modifying the macro to include the

operations in step 3. All my attempts at
doing so have been unsuccessful. Any help would be much appreciated.

Bruce Johnson


Step 1) Select a cell having the desired entry.

Step 2) < Ctrl-F to run the following macro. (Copies the entry,

selects all the sheets and brings up the Find dialog box)

Macro
Sub MultiFind()
Selection.Copy
Worksheets.Select
Cells.Select
Application.Dialogs(xlDialogFormulaFind).Show
Cells(1).Select
End Sub

Step 3) < Ctrl-V to paste the selected entry to the Find dialog box.

< Enter & < Enter to display the next occurance of

the selected entry.

Step 4) < Enter as required to display remaining entries.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Excel Find Macro Help Needed

Hi Bruce

In Excel 2002, there is a "Within:" option in the Find/Replace dialog with a choice of Workbook


--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl



"Bruce Johnson" wrote in message news:gWldb.606350$uu5.99697@sccrnsc04...
Forgot to mention that I'm using Excel XP.

"Bruce Johnson" wrote in message
news:Tyldb.600269$Ho3.116592@sccrnsc03...
I currently do the following steps to find all the occurrences of an entry
in a multi sheet Excel spreadsheet.

I'm looking for suggestions on modifying the macro to include the

operations in step 3. All my attempts at
doing so have been unsuccessful. Any help would be much appreciated.

Bruce Johnson


Step 1) Select a cell having the desired entry.

Step 2) < Ctrl-F to run the following macro. (Copies the entry,

selects all the sheets and brings up the Find dialog box)

Macro
Sub MultiFind()
Selection.Copy
Worksheets.Select
Cells.Select
Application.Dialogs(xlDialogFormulaFind).Show
Cells(1).Select
End Sub

Step 3) < Ctrl-V to paste the selected entry to the Find dialog box.

< Enter & < Enter to display the next occurance of

the selected entry.

Step 4) < Enter as required to display remaining entries.





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
excel macro needed - find and move data The Kid Excel Discussion (Misc queries) 1 December 9th 09 04:14 AM
Excel Macro Needed [email protected] Excel Discussion (Misc queries) 2 April 2nd 08 10:36 PM
Macro needed (like find) doral Excel Discussion (Misc queries) 2 August 23rd 07 02:02 PM
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort Gavin Excel Worksheet Functions 0 May 17th 07 01:20 PM
Save as Macro in excel - Help needed!! Cillian Excel Discussion (Misc queries) 1 January 10th 06 06:52 PM


All times are GMT +1. The time now is 07:12 AM.

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

About Us

"It's about Microsoft Excel"