LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Member
 
Posts: 36
Default How to Activate Filter in Protected Sheet

I have a command button which runs some code for a filter ( recorded macro).
When I Protecting Sheet It's Not Work Properly.

Sub exp1()
'
' exp1 Macro
'

'
Rows("3:3").Select
Range("C3").Activate
Selection.AutoFilter
Range("B3").Select
ActiveSheet.Range("$A$3:$P$62").AutoFilter Field:=2, Criteria1:=RGB(255, _
153, 255), Operator:=xlFilterCellColor
Range("A21").Select
End Sub
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I activate spell check in a protected sheet CKBW Excel Worksheet Functions 3 July 5th 08 04:07 PM
filter on a protected sheet peter Setting up and Configuration of Excel 4 July 11th 06 12:04 AM
how to activate controls in protected sheet Novice Excel Worksheet Functions 2 February 1st 06 11:42 PM
Data Filter in protected sheet Rao Ratan Singh New Users to Excel 1 January 19th 06 03:37 PM
Activate ChartObjects on protected sheet?? RAP Excel Programming 0 August 26th 05 05:45 AM


All times are GMT +1. The time now is 04:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"