Hi All,
Is there a way to use the auto filter when all cells on a spreadsheet are protected. It doesnt appear to work when cells are protected.
Cheers
Craig.
Hi All,
Is there a way to use the auto filter when all cells on a spreadsheet are protected. It doesnt appear to work when cells are protected.
Cheers
Craig.
Maybe link will help
http://www.bettersolutions.com/excel...E028820332.htm
When protecting sheet tick autofilter
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
Thanks mate but I only have to option to protect
Contents
Objects
Scenarios
Any ideas?
Cheers
Craig.
Thanks mate but I only have to option to protect
Contents
Objects
Scenarios
Any ideas?
Cheers
Craig.
Sorted it,
Use the following link
http://office.microsoft.com/en-us/ex...982701033.aspx
Hi All,
I using this VBA code to protect a sheet to enable me to use the autofilter. This works great but I want to be able to do this in a shared workbook but for some reason this does not work. Any ideas?
Cheers
Craig.
![]()
Private Sub Workbook_Open() Sheet1.Protect password:="monkey", DrawingObjects:=True, _ contents:=True, Scenarios:=True, _ userinterfaceonly:=True Sheet1.EnableAutoFilter = True End Sub
Last edited by VBA Noob; 12-24-2007 at 07:43 AM.
You need to set up the AutoFilter BEFORE you protect the sheet. The protection will allow you to USE the AF...but not create one.
Remember to Check: Use AutoFilter...when engaging protection.
Does that help?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks