Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am using excel 2000
How can I make the following code, saved in the This Workbook module available to either all worksheets in the workbook or specifically an additional worksheet called "Commission Achievement" as well as the "Missing Data" worksheetin my workbook The code allows filterring on protected sheets Private Sub Workbook_Open() 'check for filter, turn on if none exists With Worksheets("Missing Data") If Not .AutoFilterMode Then .Range("A3").AutoFilter End If .EnableAutoFilter = True .Protect _ Contents:=True, UserInterfaceOnly:=True End With End Sub Thanks Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need to know how to color code tabs on the Excel worksheets | Excel Discussion (Misc queries) | |||
Combine Worksheets - help with Code! | Excel Discussion (Misc queries) | |||
Delete Blank Rows Code - Multiple Worksheets - Multiple Documents | Excel Discussion (Misc queries) | |||
Need help on code - Macro on multiple worksheets | Excel Discussion (Misc queries) | |||
deleting selected worksheets using vb code | Excel Discussion (Misc queries) |