how to create a filtering search box for your excel data vba

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 67

  • @muhammadshakeel4482
    @muhammadshakeel4482 3 ปีที่แล้ว +3

    Assalamoalaykum Excellent thanks 👌 JazakAllah Aameen summa Aameen

  • @kerya2858
    @kerya2858 2 ปีที่แล้ว +4

    Thx for video!
    Source code:
    Private Sub TextBox1_Change()
    Appication.ScreenUpdating = False
    ActiveSheet.ListObjects("Data").Range.AutoFilter Field:=2, Criteria1:=[A2] & "*", Operator:=xlFilterValues
    Appication.ScreenUpdating = True
    End Sub

  • @datascientist6233
    @datascientist6233 ปีที่แล้ว +1

    Thank u Shahab Bhai..this is called "to the Point Code" no Bullshit...Excellent Bro for that kind of a teacher on youtube...Thanks again..

  • @abdullahq3361
    @abdullahq3361 3 ปีที่แล้ว +1

    Thank you .. thank you .. thank you brother 👍🏼👍🏼👍🏼

  • @action6tem-ps5-83
    @action6tem-ps5-83 7 หลายเดือนก่อน +1

    thank you very much bro

  • @NoorAli71184
    @NoorAli71184 6 หลายเดือนก่อน +1

    very nice

  • @habiburrehma9
    @habiburrehma9 ปีที่แล้ว

    Hi, thank you for your video. I noticed that it works with text only. Can also advise the code for numbers too. ???

  • @FerdianTeguhSaputra
    @FerdianTeguhSaputra 5 หลายเดือนก่อน

    Thank you very much brother.
    I want to ask if the textbox searches for all data with all fields. not just 1 field.
    Can you help with the source code? I tried but never could. tks brother

  • @mohammadilyas2240
    @mohammadilyas2240 3 ปีที่แล้ว

    Excellent زبردست Can search through Excel formulas bcs can't open other Excel file due to VBA code

  • @kraj1966
    @kraj1966 2 ปีที่แล้ว +1

    Sir, Thank you So much for your great effort. Is there any possibility of Protecting the sheet where ListObjects VBA code is used. Kindly Help. Thank You

  • @nazmulhaque7402
    @nazmulhaque7402 2 ปีที่แล้ว +1

    Thanks.

  • @krishnarajput7793
    @krishnarajput7793 2 ปีที่แล้ว

    Thanks for your wonderful training, Apse ek puchna tha ki manlijiye mere seach column mein 1 se jyada words hai, main jab apka formula use kar raha hun sirf samne wala word search aur filter hota hai, kya hum ismein koi bhi word search kar sakte hai, please help.

  • @itdoeshurt
    @itdoeshurt 2 ปีที่แล้ว

    superb

  • @ShakerulIslamKhanAshfaq
    @ShakerulIslamKhanAshfaq ปีที่แล้ว

    Hi, thank you so much for the video, I have implemented this methodology successfully in one of my projects. Just one question, if I am to change the Text box to a Drop Down Combo box, what change should I make in the code...I am getting a Run time error '1004' : AutoFilter method of Range class failed. Please help!

  • @anshushahi8189
    @anshushahi8189 2 ปีที่แล้ว

    Thanks soo much

  • @tridungpe7984
    @tridungpe7984 11 หลายเดือนก่อน

    I want to search for 2 columns B & C, how to do that? Thanks you so much

  • @kazutokirigaya7518
    @kazutokirigaya7518 ปีที่แล้ว

    good video. thanks. how to make it screenautoupdate =true only when I press "enter"

  • @aamirrajput0369
    @aamirrajput0369 2 ปีที่แล้ว

    Nice sir

  • @viswanadhambagati5556
    @viswanadhambagati5556 2 ปีที่แล้ว

    Thank you

  • @MathExcellence
    @MathExcellence 2 ปีที่แล้ว

    Good Video. I have a request. Can you please advise how can we filter results using any letter and not just with the starting letter?

    • @pavannagar4287
      @pavannagar4287 2 ปีที่แล้ว

      I m facing same problem can anyone help

    • @MathExcellence
      @MathExcellence 2 ปีที่แล้ว +1

      @@pavannagar4287 Pavan I found the answer to this. instead of Criteria1:=[A2] & "*",
      Do Criteria1:="*" & [A2] & "*",
      It is working for me and filters based on any letter not just the starting letter.

    • @zainalimalik4157
      @zainalimalik4157 11 หลายเดือนก่อน

      ​@@MathExcellence It's working dude, thank u very much ❤

  • @kctinternet
    @kctinternet 3 ปีที่แล้ว

    Pro Put this video in more detail as it is understandable.

  • @sanjidulanwar1152
    @sanjidulanwar1152 2 ปีที่แล้ว +5

    It is not working for NUMBERS, only working for TEXT. What to do?

    • @DannyDo234
      @DannyDo234 ปีที่แล้ว +1

      it should be ...Criterial= "*" & [A2] & "*", Operator...

  • @tapan4253
    @tapan4253 29 วันที่ผ่านมา

    agar mere pass ek data sheet hai or me daily usme update krta rahta hu tab bhi search box kam krega kyoki yeh same kiya lekin search kam hi nhi kr rha hai. help me out

  • @AIUaresiblings
    @AIUaresiblings 3 ปีที่แล้ว

    Multiple field ka search box ki kya programing ho gi.....?

    • @shahabislam4912
      @shahabislam4912  3 ปีที่แล้ว +2

      her serch box ke lye yehi Coding use karsakte hen. bus feild change karden. or cell refernce

    • @AIUaresiblings
      @AIUaresiblings 3 ปีที่แล้ว

      @@shahabislam4912 brother name remove krne se filter clear nhi ho raha.....blank field hidden he rehti hy.....phir dubara filter me ja kr blank ko unchecked krna or raha hy....is ka.kya.solution hy.?...aap ki video mein bhi filter clear nhi ho raha....?

  • @randr143able
    @randr143able 2 ปีที่แล้ว

    Here you showed one search box to filter one row/field. Is there any way to cover all rows/field using one search box?

  • @omprakashghimire-ch1nv
    @omprakashghimire-ch1nv ปีที่แล้ว +1

    Sir Number se filter kaisai hoga

  • @randr143able
    @randr143able 2 ปีที่แล้ว

    Can you create a search box that can capture all columns together, here you showed for one column region or product.
    I want to capture all field this way I can search anything in the excel sheet and it will show up.

  • @ankisrma
    @ankisrma 2 ปีที่แล้ว

    i use this in my data exel file but after use it my exel file to be hang . even i delet text in search box its to slow । 2nd after click out side the search box the text of searchbox which type in hindi font became symbole ?
    what i do ?

  • @itdoeshurt
    @itdoeshurt 2 ปีที่แล้ว +1

    life made easy

  • @railtechecr592
    @railtechecr592 3 ปีที่แล้ว +1

    Sir thora mic 🎤 dur rakhiye

  • @moizurrehman2971
    @moizurrehman2971 ปีที่แล้ว +2

    How to filter numerical values???

    • @DannyDo234
      @DannyDo234 ปีที่แล้ว

      it should be ...Criterial= "*" & [A2] & "*", Operator...

  • @mengyuanli7258
    @mengyuanli7258 ปีที่แล้ว

    Hi there, thank you so much for sharing the useful tips. Just a question, how would you filter numeric values with search box and screen updating? bc you shared how it worked on filtering text value. I'm wondering if it's possible for you to share a second episode on this topic or could you share more details? Many thanks,

    • @DannyDo234
      @DannyDo234 ปีที่แล้ว

      it should be ...Criterial= "*" & [A2] & "*", Operator...

  • @muhammadali-sf9ni
    @muhammadali-sf9ni ปีที่แล้ว

    Multiple column k liye kiya mehtod hy

  • @rajcomputertiloi3080
    @rajcomputertiloi3080 8 หลายเดือนก่อน

    Sir is search box par jane ki short key se kaise Jaye pls solve problem karen

  • @hgbalili9427
    @hgbalili9427 25 วันที่ผ่านมา

    There is an error in my end. Objects doesn't support

  • @nokeshdeshmukh8394
    @nokeshdeshmukh8394 3 ปีที่แล้ว

    jo exel sheet bnaye ho wo provide ho skta h kya link share kro

  • @hdmovieshow
    @hdmovieshow ปีที่แล้ว

    Hellow sir
    Mera field 17 me contact no he
    Me contact no ke search krna chah raha hu but ho nhi aa raha he

  • @ahannan82
    @ahannan82 3 ปีที่แล้ว

    Assalam alequm, brother Search filter me number filter nahi ho rahe hai (lekin name filter ho rahe hai) , please help me

  • @imranzulfiqar1681
    @imranzulfiqar1681 ปีที่แล้ว

    Aslamoalikum,
    How to search any keyword in same sheet

    • @DannyDo234
      @DannyDo234 ปีที่แล้ว

      it should be ...Criterial= "*" & [A2] & "*", Operator...

  • @mukeshkumarmehta158
    @mukeshkumarmehta158 3 ปีที่แล้ว

    sar micro recoding pe make video

    • @shahabislam4912
      @shahabislam4912  3 ปีที่แล้ว

      th-cam.com/video/2jujkTGbReo/w-d-xo.html

  • @rachid38
    @rachid38 ปีที่แล้ว

    How to search by date, year, month and day, please

  • @amitde8876
    @amitde8876 3 ปีที่แล้ว

    Very very

  • @rambaburaghuwanshi6501
    @rambaburaghuwanshi6501 ปีที่แล้ว

    शताब्दी एक्सप्रेस

  • @preetipivhal4514
    @preetipivhal4514 ปีที่แล้ว

    Sir ye formula work ni kar rha debug aaraha h

  • @milonmlnmidea2171
    @milonmlnmidea2171 2 ปีที่แล้ว

    Sir, Download Link please Thank You

  • @trincoboys5860
    @trincoboys5860 3 ปีที่แล้ว

    U r videos can’t understand the learning people bcoz u r doing normally not guide or explain how to do step by steps
    From where can get the table name and the vba wt need to written and wt column need to select, so humble request if u can make it clearly and do it slowly

  • @rasheedhshaik4586
    @rasheedhshaik4586 2 หลายเดือนก่อน

    Sir,
    Please send VBA code

  • @muhabbath100
    @muhabbath100 4 หลายเดือนก่อน

    Time wasted code error