Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trying to use Autofilter in protected workbook for excel 2000. Used the
following code. Private Sub Workbook_Open() Build.Protect password:="AbCd13579", DrawingObjects:=True, _ contents:=True, Scenarios:=True, _ userinterfaceonly:=True Build.EnableAutoFilter = True End Sub But getting a runtime error 424 with the message as 'Object Required'. Steps I followed are - 1. Entered VB code, mentioned above, in 'thisworkbook' in VB editor. 2. Protect workbook with my own options and with password. 3. Tools -- Share and Protect workbook Then I am getting the runtime error while opening the excel again. Is there any workaround for this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofilter not working on protected sheet. | Excel Discussion (Misc queries) | |||
using autofilter in a shared protected workbook excel 2000? | Excel Discussion (Misc queries) | |||
Protected sheet and Autofilter? | Excel Programming | |||
How do I enable autofilter on a protected shared workbook? | Excel Discussion (Misc queries) | |||
Autofilter on protected workbook | Excel Discussion (Misc queries) |