searchbox

  1. S

    VBA Userform search box debugging

    Hi everyone! I am quite new to VBA but i am currently working on a project where we want to make a map of the warehouse with all the storage bins and their statuses. The things i have currently done are: I, - made a table with all the storage bin location statuses (Location, how many Handling...
  2. C

    search box in blank worksheet, display results from other sheets in workbook

    hi, Obvious newbie question: I'm working with a fairly large list of information, not very complex, but spread over 50-some worksheets in one workbook. I'd like to create a blank worksheet with a simple searchbox and a simple button to click. The results of the search should be displayed just...
  3. J

    Excel VBA search box single worksheet

    Hi All, I have this workbook which contains multiple worksheets of data, with one key master worksheet ("Main Database") and with one worksheet called "Search Database" at the front. The first worksheet "Search Database" has a search box/button configuration. So ideally, i'd type some...
  4. J

    Excel VBA search multiple sheets

    Hi All, I have this workbook which contains one summary page and numerous other worksheets which have rows containing different restricted substances according to regulations. Each of these substances have different identification numbers (CAS), EC Numbers and Regulations which are labelled as...
  5. tsroque

    Match Search Combobox to Record with Tab

    Hi! I created a SearchBox combo box on my form (frm_speakers). All works fine, except I want my SearchBox field to match the LastName on the form. How do I do that? Thank you!
  6. J

    Code Sub SearchBox() to search multiple columns

    I'm running into an issue with Sub Searchbox() I have spreadsheet with 3 columns (First Name, Last Name, and Phone#) with 25 contacts. I set up a text box and a form control SearchBox button linked to the macro that wiill search the list to match names entered in textbox and autofilter the...
  7. A

    Activate a TextBox at worksheet load; Excel 2016

    Somehow I'm getting Run-time error 438 Object doesn't support this property or method. The code is placed in "ThisWorkbook" in a VBA project in Excel 2016, but I had this issue even Excel 2013 ever since I created this workbook. Private Sub Workbook_Open() ActiveWorkbook.Worksheets("User...
  8. J

    Yahoo Search Button Click/Submit

    The following code works well to click a search button, so long as the element has an assigned tag name. Unfortunately I am not able to locate a name element for the Search button on the Yahoo home page. Can someone PLEASE advise on how to successfully re-write the code shown below to click...
  9. PritishS

    How to Create a filtering search box with more than 1 key word

    Dear Sir/Madam, Good Day! My requirement is to make a filtering search box in my whroksheet so user can type desired word and it should appear with filtered row only. I googled it and found a really helpful post from Mr. Chris Newman. This great code fulfilled my requirement 90%. Here is the...
  10. F

    Search Box in ListBox

    I have posted this in Ozgrid so I'm cross posting the link here as well Search Box in ListBox Please help and advise Thank you, Fadil
  11. Chris Macro

    Creating a Macro to Filter based on an Entered Text

    Hi, I am pretty new to macros and have been using the record feature a lot. I have been looking for a way to have a searchbox (which is really just a textbox) that when text is entered in and I click on my macro button that it will filter only what was entered in the searchbox. For example if...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top