R
Rick S.
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
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