Learn More

Excel Auto-Filter VBA Code

Excel Auto-Filter VBA Code

इस ब्लॉग में आपको  ये जो कोड है वो कोड आप आपने एक्सेल फाइल में इस्तेमाल करके एक्सेल में ऑटोफिलटर का काम करवा सकते  है इस कोड कैसे इस्तेमाल करना है वो निचे वीडियो में दिया है |

Copy this Excel Auto-Filter VBA Code :

Private Sub TextBox1_Change()
Application.ScreenUpdating = False
ActiveSheet.ListObjects(“Table1”).Range.AutoFilter Field:=3, Criteria1:= “*” & [G1] & “*”, Operator:=xlFilterValues
Application.ScreenUpdating = True
End Sub

For Practice you can download our Excel File by Clicking here :
DOWNLOAD FILE 1    ||   DOWNLOAD FILE 2

और ब्लॉग पढ़ने के लिए निचे लिंक्स दिए है क्लिक करे |

कंप्यूटर टिप्स   ||  एक्सेल टिप्स   ||  टैली टिप्स  ||  ऑटोकैड टिप्स  || वर्ड टिप्स || एक्सेल एग्जाम  ||  टैली एग्जाम 

Spread the love

4 thoughts on “Excel Auto-Filter VBA Code”

  1. Hi< i want to start a new business and i am looking a create a excel based simple program for, Client Database with multiple persons from same organisations, Quotations and quotation database, PO data base and Sales Invoice and database. with simple forms. let me know if you can help me to create it, i liked your invoicing video, it was nice but its not full cycle of project. thanks for the support. please contact me syedsawar@gmail.com,

    Reply

Leave a Comment