+ Reply to Thread
Results 1 to 2 of 2

making my vba code to autofilter run faster

  1. #1
    Registered User
    Join Date
    11-26-2012
    Location
    delhi
    MS-Off Ver
    Excel 2003
    Posts
    2

    making my vba code to autofilter run faster

    Hi,

    I am using this code to auto filter a data in excel but it is taking to much time to calculate please help me make it run faster if possible

    Option Explicit
    Private Sub Worksheet_SelectionChange(ByVal Target As Range)

    Range("A9:T4000").AdvancedFilter Action:=xlFilterInPlace, CriteriaRange:=Range _
    ("E2:J3"), Unique:=False
    End Sub

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: making my vba code to autofilter run faster

    Hi bhupender.bhakuni,

    Welcome to the forum

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here



    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA ADODB Code...making things faster
    By rameez.bukhari in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-29-2013, 05:26 AM
  2. [SOLVED] Need Help Making Macro Run Faster
    By bigkahuna2187 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-08-2012, 07:38 AM
  3. [SOLVED] Need Help with making copy and paste code faster
    By Wes88 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-04-2012, 10:36 AM
  4. Making a report run faster
    By fodeps in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-11-2009, 12:56 PM
  5. Help making code run faster
    By dignityy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-16-2006, 11:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1