+ Reply to Thread
Results 1 to 3 of 3

Enable autofilter

Hybrid View

Immortal2014 Enable autofilter 02-20-2019, 05:52 AM
AliGW Re: Enable autofilter 02-20-2019, 06:01 AM
Immortal2014 Re: Enable autofilter 02-20-2019, 06:15 AM
  1. #1
    Forum Contributor Immortal2014's Avatar
    Join Date
    09-18-2014
    Location
    Greece (EU)
    MS-Off Ver
    Office 2021
    Posts
    405

    Enable autofilter

    Hello,
    In my sheet, when i run a macro it disables autofilter.
    What can i do to run macro and then autofilter?
    Thanks in advance
    Nick

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,374

    Re: Enable autofilter

    Post the macro code here. Thread moved to the VBA section.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor Immortal2014's Avatar
    Join Date
    09-18-2014
    Location
    Greece (EU)
    MS-Off Ver
    Office 2021
    Posts
    405

    Re: Enable autofilter

    Sub ChangeColor()
    ActiveSheet.Unprotect "mypassword"
    Range("G8:G79").Select
    With Selection.Font
    .ColorIndex = xlAutomatic
    .TintAndShade = 0
    End With
    ActiveSheet.Protect "mypassword"
    End Sub

+ 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. Automatically enable autofilter
    By GEMINI528 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-12-2013, 08:48 PM
  2. [SOLVED] How Can I Enable AutoFilter on a Password-Protected Table?
    By snapfade in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-29-2013, 12:45 PM
  3. Big challenge: protect multiple sheets AND enable outlining AND enable insert comment
    By visschercaravelle in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-23-2010, 11:46 AM
  4. enable autofilter/ expand collapse
    By mitelkm in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-22-2008, 01:53 PM
  5. How do I enable a disabled Autofilter in Excel
    By JimFraserPE in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-29-2006, 12:10 PM
  6. [SOLVED] problems w solution 4 enable AutoFilter for a protected worksheet
    By sharona in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-13-2005, 12:05 PM
  7. [SOLVED] How do I enable autofilter on a protected shared workbook?
    By Bungle in forum Excel General
    Replies: 3
    Last Post: 08-08-2005, 10:05 PM
  8. enable autofilter in a protected worksheet in Excel 97
    By WooGHeR in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-25-2005, 01:06 PM

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