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
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
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.
![]()
Sub ChangeColor() ActiveSheet.Unprotect "mypassword" Range("G8:G79").Select With Selection.Font .ColorIndex = xlAutomatic .TintAndShade = 0 End With ActiveSheet.Protect "mypassword" End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks