Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to add a search box within a spreadsheet? For example if you
go the Menu you can click on the Find button and then enter a name; the function then searches the database and finds matching entries. So I'm wondering if you can add a similar "Search Box" within the spreadsheet which will allow the user to simply type in an entry and have the macro find the matching entries. Hope this is clear...Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try pressing F5. OR Ctrl + F, Or are you looking for a strictly programmatic
approch? In which case use the help file in vbe and search .Find Method. "JRSCEI" wrote: Is it possible to add a search box within a spreadsheet? For example if you go the Menu you can click on the Find button and then enter a name; the function then searches the database and finds matching entries. So I'm wondering if you can add a similar "Search Box" within the spreadsheet which will allow the user to simply type in an entry and have the macro find the matching entries. Hope this is clear...Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding a search box to a spreadsheet | Excel Worksheet Functions | |||
How can you search by column or row within a spreadsheet? | Excel Worksheet Functions | |||
Search Spreadsheet for a name | Excel Discussion (Misc queries) | |||
Search Spreadsheet - Results in either listbox or new spreadsheet | Excel Programming | |||
Add Search Box to Spreadsheet | Excel Programming |