Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 213
Default I Disabled the Find Dialog Box?

Worms!
The only thing that comes to mind is worms. Do one thing and open a can of
worms on something else. LOL

For and unknown reason (to me), after running a macro, the "Find Dialog
Box" will not open from the ribbon menu or by key commands (CNTRL F).

Private Sub CommandButton1_Click()
ActiveSheet.Cells.Select 'set first selection set
sFindMe = TextBox1.Value 'get user value
SearchWorkBook.Hide 'hide userform
Application.Dialogs(xlDialogFormulaFind).Show sFindMe 'start find dialog and
search
End Sub

What the heck did I do?

--
Regards

Rick
XP Pro
Office 2007

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
Programming the Find Dialog Box kirkm[_7_] Excel Programming 1 August 1st 07 07:21 AM
Find Dialog Box Elaine Excel Discussion (Misc queries) 5 June 22nd 06 08:03 AM
Find all results dialog box Judy F Excel Discussion (Misc queries) 5 February 1st 06 11:07 PM
Can the "Link to data in another Workbook Dialog Box" be disabled? PJF Links and Linking in Excel 2 July 13th 05 01:01 AM
Find dialog Box Steved Setting up and Configuration of Excel 2 March 17th 05 02:08 AM


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