Home |
Search |
Today's Posts |
#4
![]() |
|||
|
|||
![]()
Thank you Thank you Thank you to both.
"dominicb" wrote: Good evening Kim In short, no. But you were on the right lines by writing a macro that will unprotect the sheet, sort the contents and reprotect it. You just need to specify the password (in the example below, pword1) to Excel, thus: ActiveSheet.Unprotect Password:="pword1" and something like this to reprotect it: ActiveSheet.Protect Password:="pword1" HTH DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=467269 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom filter does not work correctly | Excel Discussion (Misc queries) | |||
Custom Auto Filter default setting should be contains | Excel Worksheet Functions | |||
Custom Filter Problem | Excel Discussion (Misc queries) | |||
custom filter does not work when selecting 'equals' X AND 'equals' | Excel Discussion (Misc queries) | |||
Heelp...the "begin with" custom filter does not work | Excel Discussion (Misc queries) |