G
Guest
Hello all
I have a lot of code.. in a protected sheet... I want to beable to use autofilters and sorting in a protected sheet...
This is how my code is setup.
Worksheets("Current").Unprotect Password:="ABCD
[Lots of code in here
Worksheets("Current").Protect Password:="ABCD
The spreadsheet loads fine.. the sheet gets unprotected, the code does its work and then gets protected again! But when its protected... I need the autofitler dropdown menus to still work... but it wont let me use them.. What is the line(s) of code i need to resolve/fix this?
I have a lot of code.. in a protected sheet... I want to beable to use autofilters and sorting in a protected sheet...
This is how my code is setup.
Worksheets("Current").Unprotect Password:="ABCD
[Lots of code in here
Worksheets("Current").Protect Password:="ABCD
The spreadsheet loads fine.. the sheet gets unprotected, the code does its work and then gets protected again! But when its protected... I need the autofitler dropdown menus to still work... but it wont let me use them.. What is the line(s) of code i need to resolve/fix this?
