Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default VBA code for search button

New to vba code,
Looking to search data inputed in
a text box by a comand button prompt
and then find the data in the
worksheet.
Please advise
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default VBA code for search button

Shouldn't CTRL+F suffice?
The functionalities you seek should be well served in the ensuing dialog
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
"Dylan @ UAFC" wrote:
New to vba code,
Looking to search data inputed in
a text box by a comand button prompt
and then find the data in the
worksheet.
Please advise

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default VBA code for search button

Would really like to have a button on the sheet
that does the command, there are multiple user
and most have little computer knowdledge

"Max" wrote:

Shouldn't CTRL+F suffice?
The functionalities you seek should be well served in the ensuing dialog
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
"Dylan @ UAFC" wrote:
New to vba code,
Looking to search data inputed in
a text box by a comand button prompt
and then find the data in the
worksheet.
Please advise

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default VBA code for search button

Private Sub CommandButton1_Click()
Application.Dialogs(xlDialogFormulaFind).Show
End Sub

--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:365 Subscribers:65
xdemechanik
---
"Dylan @ UAFC" wrote:
Would really like to have a button on the sheet
that does the command, there are multiple user
and most have little computer knowdledge


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
how to make search button in the first sheet ghost Excel Discussion (Misc queries) 0 July 28th 07 07:20 AM
Is there a code that anables you tto search for a worksheet AOU Excel Discussion (Misc queries) 3 December 3rd 06 06:41 PM
Search Button mica Excel Discussion (Misc queries) 2 March 9th 06 11:26 PM
VBA-code for search,copy and paste TUNGANA KURMA RAJU Excel Discussion (Misc queries) 0 December 12th 05 12:40 PM
Post Code search Porirua New Users to Excel 6 June 23rd 05 12:27 AM


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