Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
markmidwest
 
Posts: n/a
Default Auto Search When File Opens

Is there a way to configure a spreadsheet so it automatically comes up with
the FIND tool as soon as the sheet opens?

Thanks,
Mark
  #2   Report Post  
Barb R.
 
Posts: n/a
Default

Is there a specific group of text that you want to find? A macro could be
written to find it. Otherwise, try CONTROL F.

"markmidwest" wrote:

Is there a way to configure a spreadsheet so it automatically comes up with
the FIND tool as soon as the sheet opens?

Thanks,
Mark

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

You can have a macro run each time that the workbook opens:

Option Explicit
Sub auto_open()

Worksheets("sheet1").Select 'open to the correct sheet
Application.Dialogs(xlDialogFormulaFind).Show

End Sub


If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

markmidwest wrote:

Is there a way to configure a spreadsheet so it automatically comes up with
the FIND tool as soon as the sheet opens?

Thanks,
Mark


--

Dave Peterson
  #4   Report Post  
markmidwest
 
Posts: n/a
Default

CTRL/F is exactly what I need but I woud like it to start as soon as the
spreadsheet opens. There are 5000+ names in the sheet & it a search will be
necessary so having it open automatically will save them a small step.

Thanks,
Mark

"Barb R." wrote:

Is there a specific group of text that you want to find? A macro could be
written to find it. Otherwise, try CONTROL F.

"markmidwest" wrote:

Is there a way to configure a spreadsheet so it automatically comes up with
the FIND tool as soon as the sheet opens?

Thanks,
Mark

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 file opens with a blank screen Meagan Excel Discussion (Misc queries) 1 April 18th 05 05:37 PM
Automatically update from source when file opens P Flater Excel Discussion (Misc queries) 1 March 25th 05 09:41 PM
When I open an Excel file attached to an email, it opens as read-. dperkins Excel Discussion (Misc queries) 2 February 18th 05 03:09 PM
Excel 2003 Opens Up Every File in My Documents Glenn Reschke Excel Discussion (Misc queries) 4 February 11th 05 06:00 PM
Password error after file opens Pennington Excel Worksheet Functions 2 November 22nd 04 01:15 PM


All times are GMT +1. The time now is 02:37 PM.

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"