Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I use Excel 2002 I created a workbook of 12 sheets, and potected each sheet with a password with Autofilter enabled. To Show all Data after filtering, I created a button on each sheet with a command Click event as follows: If ActiveSheet.FilterMode = True Then ActiveSheet.ShowAllData Else Exit Sub End If When the button is clicked I got an error "ActiveSheet.ShowAllData" highlighted. I couldn't figure out what is the error. Any help would be much appreciated -- Microsoft Biased |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro & Protected sheet | Excel Discussion (Misc queries) | |||
How to get a macro to run that uses a protected sheet | Excel Programming | |||
use macro on a protected sheet | Excel Programming | |||
excel - macro code to open a protected sheet, enter passowrd, and then protect sheet | Excel Programming | |||
Using a Macro with the sheet protected. | Excel Programming |