Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Ken is offline
external usenet poster
 
Posts: 590
Default I want to create a macro that opens the Find Box on the sheet

I want to create a macro that opens the find box in excel and then I can type
in anything I want to find. I don't want to use the edit find to open this
box in excel. I have tried recording a macro to do this but when I rerun the
macro it doesn't open the find box or if it does it doesn't stay open for me
to type in the number I want to find. The number I want to find will always
be different so I can't write that number into the macro, can anyone ghelp me
with this please
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default I want to create a macro that opens the Find Box on the sheet

Application.Dialogs(xlDialogFormulaFind).Show
--
HTH...

Jim Thomlinson


"Ken" wrote:

I want to create a macro that opens the find box in excel and then I can type
in anything I want to find. I don't want to use the edit find to open this
box in excel. I have tried recording a macro to do this but when I rerun the
macro it doesn't open the find box or if it does it doesn't stay open for me
to type in the number I want to find. The number I want to find will always
be different so I can't write that number into the macro, can anyone ghelp me
with this please

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default I want to create a macro that opens the Find Box on the sheet

hi
this is the vb code to show the find dialog box.....
Application.Dialogs(xlDialogFormulaFind).Show

how ever, there is an icon to do this already(binoculars) and a keyboard
short(alt+F) so i see little to gain it creating a special macro to do what
is already built it.
but..... if you want it.....
Regards
FST1
"Ken" wrote:

I want to create a macro that opens the find box in excel and then I can type
in anything I want to find. I don't want to use the edit find to open this
box in excel. I have tried recording a macro to do this but when I rerun the
macro it doesn't open the find box or if it does it doesn't stay open for me
to type in the number I want to find. The number I want to find will always
be different so I can't write that number into the macro, can anyone ghelp me
with this please

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
Macro to create date when sheet opens and then remain static when paankadu Excel Worksheet Functions 2 November 5th 09 01:24 AM
EXCEL: Find data in worksheet and create a new sheet in same workbook Peacce Dog Excel Programming 3 November 18th 04 08:05 PM
How to create a Macro to Copy Information in one sheet to another sheet. poppy Excel Programming 3 July 28th 04 07:26 AM
Macro to run when sheet opens Frank Kabel Excel Programming 0 June 14th 04 04:39 PM
Macro to run when sheet opens Chip Pearson Excel Programming 0 June 14th 04 04:39 PM


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