Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default Placing a 'find'(ctrl+F) button in a UserForm

I put a button on a userform and double clicked on it and used this code:

Option Explicit
Private Sub CommandButton1_Click()
Me.Hide
Application.Dialogs(xlDialogFormulaFind).Show
Me.Show
End Sub



"abxy <" wrote:

Alright, i'm trying to have a command button on my userform that, when
pressed, will hide UserForm, bring up the the Find dialog box (ctrl+F),
and then, when i'm done with using find and close it, the UserForm will
unhide and return...I know this seems a little difficult, but how could
i accomplish this?

Thanks in advance mates :)

---
Message posted from http://www.ExcelForum.com/


--

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
Find (or Ctrl-F) command Kyle Excel Discussion (Misc queries) 1 November 27th 07 07:12 AM
find number within database without using ctrl+f key Montu Excel Worksheet Functions 1 November 15th 07 11:14 AM
Placing a Command Button in a New Tool Menu Office Junior[_2_] Excel Discussion (Misc queries) 2 May 12th 07 04:50 PM
placing a button directly in a sheet kemel Excel Discussion (Misc queries) 1 August 1st 06 03:25 PM
Excel can't find the end of the spreadsheet (Ctrl+end) verc Excel Worksheet Functions 2 November 2nd 04 06:51 AM


All times are GMT +1. The time now is 04:30 AM.

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"