Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Phyllis
 
Posts: n/a
Default Is it possible to sort a protected worksheet?

I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't inadvertently
delete them. However, I need to be able to sort the data,
but it's not an option when the sheets protected. Any
suggestions?
  #3   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
only possible using VBA (first unprotecting the sheet, then sorting and
protecting the sheet again)

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im Newsbeitrag
...
I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't inadvertently
delete them. However, I need to be able to sort the data,
but it's not an option when the sheets protected. Any
suggestions?



  #4   Report Post  
Phyllis
 
Posts: n/a
Default

Thanks. I tried that and I get a message that the project
is locked, and it won't record the macro.
-----Original Message-----
Hi
only possible using VBA (first unprotecting the sheet,

then sorting and
protecting the sheet again)

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im

Newsbeitrag
...
I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't

inadvertently
delete them. However, I need to be able to sort the

data,
but it's not an option when the sheets protected. Any
suggestions?



.

  #5   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
o.k. then you first have to unprotect your workbook

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im Newsbeitrag
...
Thanks. I tried that and I get a message that the project
is locked, and it won't record the macro.
-----Original Message-----
Hi
only possible using VBA (first unprotecting the sheet,

then sorting and
protecting the sheet again)

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im

Newsbeitrag
...
I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't

inadvertently
delete them. However, I need to be able to sort the

data,
but it's not an option when the sheets protected. Any
suggestions?



.





  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default

Unprotect the project in the VBE--not unprotect the workbook in excel.

(In the OP's other thread, the thought of a Shared workbook was discussed, too.)

Frank Kabel wrote:

Hi
o.k. then you first have to unprotect your workbook

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im Newsbeitrag
...
Thanks. I tried that and I get a message that the project
is locked, and it won't record the macro.
-----Original Message-----
Hi
only possible using VBA (first unprotecting the sheet,

then sorting and
protecting the sheet again)

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im

Newsbeitrag
...
I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't

inadvertently
delete them. However, I need to be able to sort the

data,
but it's not an option when the sheets protected. Any
suggestions?


.


--

Dave Peterson
  #7   Report Post  
Dana DeLouis
 
Posts: n/a
Default

I have a worksheet that I've protected ...

Don't know if this would apply, but in the latest versions of Excel, when
you go
Tools | Protection | Protect Sheet
you can select "Allow all users of this worksheet to:"
and select "Sort", which is nearer the bottom of the list.

--
Dana DeLouis
Win XP & Office 2003


"Dave Peterson" wrote in message
...
Unprotect the project in the VBE--not unprotect the workbook in excel.

(In the OP's other thread, the thought of a Shared workbook was discussed,
too.)

Frank Kabel wrote:

Hi
o.k. then you first have to unprotect your workbook

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im Newsbeitrag
...
Thanks. I tried that and I get a message that the project
is locked, and it won't record the macro.
-----Original Message-----
Hi
only possible using VBA (first unprotecting the sheet,
then sorting and
protecting the sheet again)

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im
Newsbeitrag
...
I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't
inadvertently
delete them. However, I need to be able to sort the
data,
but it's not an option when the sheets protected. Any
suggestions?


.


--

Dave Peterson



  #8   Report Post  
mnbv
 
Posts: n/a
Default

does selecting 'sort' work?

in the protect menu i have ticked 'autofilter' and i can use autofilter, and
i have ticked 'sort', but i can't use sort - is this a bug, or am i missing
something? (using excel 2002)

"Dana DeLouis" wrote:

I have a worksheet that I've protected ...


Don't know if this would apply, but in the latest versions of Excel, when
you go
Tools | Protection | Protect Sheet
you can select "Allow all users of this worksheet to:"
and select "Sort", which is nearer the bottom of the list.

--
Dana DeLouis
Win XP & Office 2003


"Dave Peterson" wrote in message
...
Unprotect the project in the VBE--not unprotect the workbook in excel.

(In the OP's other thread, the thought of a Shared workbook was discussed,
too.)

Frank Kabel wrote:

Hi
o.k. then you first have to unprotect your workbook

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im Newsbeitrag
...
Thanks. I tried that and I get a message that the project
is locked, and it won't record the macro.
-----Original Message-----
Hi
only possible using VBA (first unprotecting the sheet,
then sorting and
protecting the sheet again)

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im
Newsbeitrag
...
I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't
inadvertently
delete them. However, I need to be able to sort the
data,
but it's not an option when the sheets protected. Any
suggestions?


.


--

Dave Peterson




  #9   Report Post  
mnbv
 
Posts: n/a
Default

i think i know what i was missing - you can't sort (but can filter) locked
cells

"mnbv" wrote:

does selecting 'sort' work?

in the protect menu i have ticked 'autofilter' and i can use autofilter, and
i have ticked 'sort', but i can't use sort - is this a bug, or am i missing
something? (using excel 2002)

"Dana DeLouis" wrote:

I have a worksheet that I've protected ...


Don't know if this would apply, but in the latest versions of Excel, when
you go
Tools | Protection | Protect Sheet
you can select "Allow all users of this worksheet to:"
and select "Sort", which is nearer the bottom of the list.

--
Dana DeLouis
Win XP & Office 2003


"Dave Peterson" wrote in message
...
Unprotect the project in the VBE--not unprotect the workbook in excel.

(In the OP's other thread, the thought of a Shared workbook was discussed,
too.)

Frank Kabel wrote:

Hi
o.k. then you first have to unprotect your workbook

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im Newsbeitrag
...
Thanks. I tried that and I get a message that the project
is locked, and it won't record the macro.
-----Original Message-----
Hi
only possible using VBA (first unprotecting the sheet,
then sorting and
protecting the sheet again)

--
Regards
Frank Kabel
Frankfurt, Germany
"Phyllis" schrieb im
Newsbeitrag
...
I have a worksheet that I've protected all the cells that
contain formulas so that other user's can't
inadvertently
delete them. However, I need to be able to sort the
data,
but it's not an option when the sheets protected. Any
suggestions?


.


--

Dave Peterson




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting protected worksheet Phyllis Excel Discussion (Misc queries) 3 December 15th 04 11:27 PM
How can I activate cell shading in a protected worksheet? unprotect cell shading Excel Discussion (Misc queries) 1 December 8th 04 07:31 AM
Sorting protected worksheets Drr Excel Discussion (Misc queries) 1 December 3rd 04 08:13 AM
Linking items GREATER THAN O on another worksheet in the same Work Eddie Shapiro Excel Discussion (Misc queries) 4 December 1st 04 02:55 PM
Worksheet name and Backward compatibility Rich Excel Discussion (Misc queries) 3 November 30th 04 06:10 PM


All times are GMT +1. The time now is 08:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"