Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find (or Ctrl-F) command | Excel Discussion (Misc queries) | |||
find number within database without using ctrl+f key | Excel Worksheet Functions | |||
Placing a Command Button in a New Tool Menu | Excel Discussion (Misc queries) | |||
placing a button directly in a sheet | Excel Discussion (Misc queries) | |||
Excel can't find the end of the spreadsheet (Ctrl+end) | Excel Worksheet Functions |