PC Review


Reply
Thread Tools Rate Thread

allow sort and filter on protected ss

 
 
L.S.
Guest
Posts: n/a
 
      13th Mar 2010
Office 2k(excel)

Our local historical society has created a SS with 5 columns, doc#,
category, date of doc, box#, folder#.
We want people to be able to search the docs, sort and/or filter according
to what they are looking for and print out results of search.
Here's the catch- we don't want them to be able to permanently change any of
the data in the columns AND we want the ss to retain it's original format
when they close out of Excel.
I read that you can disable the save alert using VBA when they close out but
not sure if there is a way for folks to get around this even by mistake.
Also read that the later versions of Office allows more ways to protect the
ss. Would this be the way to go?

Yes, we'll keep a 'clean' backup copy on a different system plus a copy on a
cd/dvd but we'd rather not have to reload it everytime someone uses the
system open to our members.

Thanks for any suggestions.


 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      13th Mar 2010
Couldn't you just mark the file readonly?

The user will be able to save as a different name, but the original will be
safe.

If you want to experiment, you could:
Open windows explorer
traverse to the folder that contains your file
Rightclick on the file and choose properties.
And mark it readonly.

But anyone who knows how to toggle this setting can.

You could also open your workbook
File|SaveAs|tools|general options|and give it a password to modify (not open).

When they open the workbook, they'll be prompted for that password to modify.
If they know it, they can enter the password and save any changes they make.

If they don't know it, then they can still save their workbook using a different
name.

======
If you use the windows explorer readonly settings (alone or with the second
suggestion), excel won't even bother the user with a password prompt.

Excel knows the file should be opened in readonly mode.

"L.S." wrote:
>
> Office 2k(excel)
>
> Our local historical society has created a SS with 5 columns, doc#,
> category, date of doc, box#, folder#.
> We want people to be able to search the docs, sort and/or filter according
> to what they are looking for and print out results of search.
> Here's the catch- we don't want them to be able to permanently change any of
> the data in the columns AND we want the ss to retain it's original format
> when they close out of Excel.
> I read that you can disable the save alert using VBA when they close out but
> not sure if there is a way for folks to get around this even by mistake.
> Also read that the later versions of Office allows more ways to protect the
> ss. Would this be the way to go?
>
> Yes, we'll keep a 'clean' backup copy on a different system plus a copy on a
> cd/dvd but we'd rather not have to reload it everytime someone uses the
> system open to our members.
>
> Thanks for any suggestions.


--

Dave Peterson
 
Reply With Quote
 
L.S.
Guest
Posts: n/a
 
      13th Mar 2010
Thanks. Will play with these settings later today.

L.

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Couldn't you just mark the file readonly?
>
> The user will be able to save as a different name, but the original will
> be
> safe.
>
> If you want to experiment, you could:
> Open windows explorer
> traverse to the folder that contains your file
> Rightclick on the file and choose properties.
> And mark it readonly.
>
> But anyone who knows how to toggle this setting can.
>
> You could also open your workbook
> File|SaveAs|tools|general options|and give it a password to modify (not
> open).
>
> When they open the workbook, they'll be prompted for that password to
> modify.
> If they know it, they can enter the password and save any changes they
> make.
>
> If they don't know it, then they can still save their workbook using a
> different
> name.
>
> ======
> If you use the windows explorer readonly settings (alone or with the
> second
> suggestion), excel won't even bother the user with a password prompt.
>
> Excel knows the file should be opened in readonly mode.
>
> "L.S." wrote:
>>
>> Office 2k(excel)
>>
>> Our local historical society has created a SS with 5 columns, doc#,
>> category, date of doc, box#, folder#.
>> We want people to be able to search the docs, sort and/or filter
>> according
>> to what they are looking for and print out results of search.
>> Here's the catch- we don't want them to be able to permanently change any
>> of
>> the data in the columns AND we want the ss to retain it's original format
>> when they close out of Excel.
>> I read that you can disable the save alert using VBA when they close out
>> but
>> not sure if there is a way for folks to get around this even by mistake.
>> Also read that the later versions of Office allows more ways to protect
>> the
>> ss. Would this be the way to go?
>>
>> Yes, we'll keep a 'clean' backup copy on a different system plus a copy
>> on a
>> cd/dvd but we'd rather not have to reload it everytime someone uses the
>> system open to our members.
>>
>> Thanks for any suggestions.

>
> --
>
> Dave Peterson



 
Reply With Quote
 
L.
Guest
Posts: n/a
 
      13th Mar 2010
Thanks.

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Couldn't you just mark the file readonly?
>
> The user will be able to save as a different name, but the original will
> be
> safe.
>
> If you want to experiment, you could:
> Open windows explorer
> traverse to the folder that contains your file
> Rightclick on the file and choose properties.
> And mark it readonly.
>
> But anyone who knows how to toggle this setting can.
>
> You could also open your workbook
> File|SaveAs|tools|general options|and give it a password to modify (not
> open).
>
> When they open the workbook, they'll be prompted for that password to
> modify.
> If they know it, they can enter the password and save any changes they
> make.
>
> If they don't know it, then they can still save their workbook using a
> different
> name.
>
> ======
> If you use the windows explorer readonly settings (alone or with the
> second
> suggestion), excel won't even bother the user with a password prompt.
>
> Excel knows the file should be opened in readonly mode.
>
> "L.S." wrote:
>>
>> Office 2k(excel)
>>
>> Our local historical society has created a SS with 5 columns, doc#,
>> category, date of doc, box#, folder#.
>> We want people to be able to search the docs, sort and/or filter
>> according
>> to what they are looking for and print out results of search.
>> Here's the catch- we don't want them to be able to permanently change any
>> of
>> the data in the columns AND we want the ss to retain it's original format
>> when they close out of Excel.
>> I read that you can disable the save alert using VBA when they close out
>> but
>> not sure if there is a way for folks to get around this even by mistake.
>> Also read that the later versions of Office allows more ways to protect
>> the
>> ss. Would this be the way to go?
>>
>> Yes, we'll keep a 'clean' backup copy on a different system plus a copy
>> on a
>> cd/dvd but we'd rather not have to reload it everytime someone uses the
>> system open to our members.
>>
>> Thanks for any suggestions.

>
> --
>
> Dave Peterson



 
Reply With Quote
 
L.
Guest
Posts: n/a
 
      14th Mar 2010
Played with your suggested setting and I think that will work fine.
May also use a VBA to disable save and save as function.

Thanks again,

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Couldn't you just mark the file readonly?
>
> The user will be able to save as a different name, but the original will
> be
> safe.
>
> If you want to experiment, you could:
> Open windows explorer
> traverse to the folder that contains your file
> Rightclick on the file and choose properties.
> And mark it readonly.
>
> But anyone who knows how to toggle this setting can.
>
> You could also open your workbook
> File|SaveAs|tools|general options|and give it a password to modify (not
> open).
>
> When they open the workbook, they'll be prompted for that password to
> modify.
> If they know it, they can enter the password and save any changes they
> make.
>
> If they don't know it, then they can still save their workbook using a
> different
> name.
>
> ======
> If you use the windows explorer readonly settings (alone or with the
> second
> suggestion), excel won't even bother the user with a password prompt.
>
> Excel knows the file should be opened in readonly mode.
>
> "L.S." wrote:
>>
>> Office 2k(excel)
>>
>> Our local historical society has created a SS with 5 columns, doc#,
>> category, date of doc, box#, folder#.
>> We want people to be able to search the docs, sort and/or filter
>> according
>> to what they are looking for and print out results of search.
>> Here's the catch- we don't want them to be able to permanently change any
>> of
>> the data in the columns AND we want the ss to retain it's original format
>> when they close out of Excel.
>> I read that you can disable the save alert using VBA when they close out
>> but
>> not sure if there is a way for folks to get around this even by mistake.
>> Also read that the later versions of Office allows more ways to protect
>> the
>> ss. Would this be the way to go?
>>
>> Yes, we'll keep a 'clean' backup copy on a different system plus a copy
>> on a
>> cd/dvd but we'd rather not have to reload it everytime someone uses the
>> system open to our members.
>>
>> Thanks for any suggestions.

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      14th Mar 2010
And what will you do when users disable macros on opening?

Do you have a contingency plan?


Gord Dibben MS Excel MVP

On Sat, 13 Mar 2010 18:00:00 -0600, "L." <(E-Mail Removed)> wrote:

>Played with your suggested setting and I think that will work fine.
>May also use a VBA to disable save and save as function.
>
>Thanks again,
>
>"Dave Peterson" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> Couldn't you just mark the file readonly?
>>
>> The user will be able to save as a different name, but the original will
>> be
>> safe.
>>
>> If you want to experiment, you could:
>> Open windows explorer
>> traverse to the folder that contains your file
>> Rightclick on the file and choose properties.
>> And mark it readonly.
>>
>> But anyone who knows how to toggle this setting can.
>>
>> You could also open your workbook
>> File|SaveAs|tools|general options|and give it a password to modify (not
>> open).
>>
>> When they open the workbook, they'll be prompted for that password to
>> modify.
>> If they know it, they can enter the password and save any changes they
>> make.
>>
>> If they don't know it, then they can still save their workbook using a
>> different
>> name.
>>
>> ======
>> If you use the windows explorer readonly settings (alone or with the
>> second
>> suggestion), excel won't even bother the user with a password prompt.
>>
>> Excel knows the file should be opened in readonly mode.
>>
>> "L.S." wrote:
>>>
>>> Office 2k(excel)
>>>
>>> Our local historical society has created a SS with 5 columns, doc#,
>>> category, date of doc, box#, folder#.
>>> We want people to be able to search the docs, sort and/or filter
>>> according
>>> to what they are looking for and print out results of search.
>>> Here's the catch- we don't want them to be able to permanently change any
>>> of
>>> the data in the columns AND we want the ss to retain it's original format
>>> when they close out of Excel.
>>> I read that you can disable the save alert using VBA when they close out
>>> but
>>> not sure if there is a way for folks to get around this even by mistake.
>>> Also read that the later versions of Office allows more ways to protect
>>> the
>>> ss. Would this be the way to go?
>>>
>>> Yes, we'll keep a 'clean' backup copy on a different system plus a copy
>>> on a
>>> cd/dvd but we'd rather not have to reload it everytime someone uses the
>>> system open to our members.
>>>
>>> Thanks for any suggestions.

>>
>> --
>>
>> Dave Peterson

>


 
Reply With Quote
 
L.
Guest
Posts: n/a
 
      14th Mar 2010
I guess just keep a backup.

"Gord Dibben" <gorddibbATshawDOTca> wrote in message
news:(E-Mail Removed)...
> And what will you do when users disable macros on opening?
>
> Do you have a contingency plan?
>
>
> Gord Dibben MS Excel MVP
>
> On Sat, 13 Mar 2010 18:00:00 -0600, "L." <(E-Mail Removed)> wrote:
>
>>Played with your suggested setting and I think that will work fine.
>>May also use a VBA to disable save and save as function.
>>
>>Thanks again,
>>
>>"Dave Peterson" <(E-Mail Removed)> wrote in message
>>news:(E-Mail Removed)...
>>> Couldn't you just mark the file readonly?
>>>
>>> The user will be able to save as a different name, but the original will
>>> be
>>> safe.
>>>
>>> If you want to experiment, you could:
>>> Open windows explorer
>>> traverse to the folder that contains your file
>>> Rightclick on the file and choose properties.
>>> And mark it readonly.
>>>
>>> But anyone who knows how to toggle this setting can.
>>>
>>> You could also open your workbook
>>> File|SaveAs|tools|general options|and give it a password to modify (not
>>> open).
>>>
>>> When they open the workbook, they'll be prompted for that password to
>>> modify.
>>> If they know it, they can enter the password and save any changes they
>>> make.
>>>
>>> If they don't know it, then they can still save their workbook using a
>>> different
>>> name.
>>>
>>> ======
>>> If you use the windows explorer readonly settings (alone or with the
>>> second
>>> suggestion), excel won't even bother the user with a password prompt.
>>>
>>> Excel knows the file should be opened in readonly mode.
>>>
>>> "L.S." wrote:
>>>>
>>>> Office 2k(excel)
>>>>
>>>> Our local historical society has created a SS with 5 columns, doc#,
>>>> category, date of doc, box#, folder#.
>>>> We want people to be able to search the docs, sort and/or filter
>>>> according
>>>> to what they are looking for and print out results of search.
>>>> Here's the catch- we don't want them to be able to permanently change
>>>> any
>>>> of
>>>> the data in the columns AND we want the ss to retain it's original
>>>> format
>>>> when they close out of Excel.
>>>> I read that you can disable the save alert using VBA when they close
>>>> out
>>>> but
>>>> not sure if there is a way for folks to get around this even by
>>>> mistake.
>>>> Also read that the later versions of Office allows more ways to protect
>>>> the
>>>> ss. Would this be the way to go?
>>>>
>>>> Yes, we'll keep a 'clean' backup copy on a different system plus a copy
>>>> on a
>>>> cd/dvd but we'd rather not have to reload it everytime someone uses the
>>>> system open to our members.
>>>>
>>>> Thanks for any suggestions.
>>>
>>> --
>>>
>>> Dave Peterson

>>

>



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      14th Mar 2010
Another option that is much, much safer is to get your IT staff involved.

Tell them you want a common folder that everyone has readonly access -- and only
you (and another trusted coworker (for your vacation/out of office days) have
write access).

Then you don't have to worry about the users opening windows explorer and
deleting the file.



"L." wrote:
>
> Played with your suggested setting and I think that will work fine.
> May also use a VBA to disable save and save as function.
>
> Thanks again,
>
> "Dave Peterson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Couldn't you just mark the file readonly?
> >
> > The user will be able to save as a different name, but the original will
> > be
> > safe.
> >
> > If you want to experiment, you could:
> > Open windows explorer
> > traverse to the folder that contains your file
> > Rightclick on the file and choose properties.
> > And mark it readonly.
> >
> > But anyone who knows how to toggle this setting can.
> >
> > You could also open your workbook
> > File|SaveAs|tools|general options|and give it a password to modify (not
> > open).
> >
> > When they open the workbook, they'll be prompted for that password to
> > modify.
> > If they know it, they can enter the password and save any changes they
> > make.
> >
> > If they don't know it, then they can still save their workbook using a
> > different
> > name.
> >
> > ======
> > If you use the windows explorer readonly settings (alone or with the
> > second
> > suggestion), excel won't even bother the user with a password prompt.
> >
> > Excel knows the file should be opened in readonly mode.
> >
> > "L.S." wrote:
> >>
> >> Office 2k(excel)
> >>
> >> Our local historical society has created a SS with 5 columns, doc#,
> >> category, date of doc, box#, folder#.
> >> We want people to be able to search the docs, sort and/or filter
> >> according
> >> to what they are looking for and print out results of search.
> >> Here's the catch- we don't want them to be able to permanently change any
> >> of
> >> the data in the columns AND we want the ss to retain it's original format
> >> when they close out of Excel.
> >> I read that you can disable the save alert using VBA when they close out
> >> but
> >> not sure if there is a way for folks to get around this even by mistake.
> >> Also read that the later versions of Office allows more ways to protect
> >> the
> >> ss. Would this be the way to go?
> >>
> >> Yes, we'll keep a 'clean' backup copy on a different system plus a copy
> >> on a
> >> cd/dvd but we'd rather not have to reload it everytime someone uses the
> >> system open to our members.
> >>
> >> Thanks for any suggestions.

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
 
Reply With Quote
 
L.
Guest
Posts: n/a
 
      14th Mar 2010
IT staff?
We're a small historical society with ~ 100 members and 8 that does 90% of
the work.
We're just a bunch of volunteers. I'm self taught using Excel which should
tell you something....
We're lucky to have a computer(donated) much less someone that really knows
what they are doing.

L.


"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Another option that is much, much safer is to get your IT staff involved.
>
> Tell them you want a common folder that everyone has readonly access --
> and only
> you (and another trusted coworker (for your vacation/out of office days)
> have
> write access).
>
> Then you don't have to worry about the users opening windows explorer and
> deleting the file.
>
>
>
> "L." wrote:
>>
>> Played with your suggested setting and I think that will work fine.
>> May also use a VBA to disable save and save as function.
>>
>> Thanks again,
>>
>> "Dave Peterson" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Couldn't you just mark the file readonly?
>> >
>> > The user will be able to save as a different name, but the original
>> > will
>> > be
>> > safe.
>> >
>> > If you want to experiment, you could:
>> > Open windows explorer
>> > traverse to the folder that contains your file
>> > Rightclick on the file and choose properties.
>> > And mark it readonly.
>> >
>> > But anyone who knows how to toggle this setting can.
>> >
>> > You could also open your workbook
>> > File|SaveAs|tools|general options|and give it a password to modify (not
>> > open).
>> >
>> > When they open the workbook, they'll be prompted for that password to
>> > modify.
>> > If they know it, they can enter the password and save any changes they
>> > make.
>> >
>> > If they don't know it, then they can still save their workbook using a
>> > different
>> > name.
>> >
>> > ======
>> > If you use the windows explorer readonly settings (alone or with the
>> > second
>> > suggestion), excel won't even bother the user with a password prompt.
>> >
>> > Excel knows the file should be opened in readonly mode.
>> >
>> > "L.S." wrote:
>> >>
>> >> Office 2k(excel)
>> >>
>> >> Our local historical society has created a SS with 5 columns, doc#,
>> >> category, date of doc, box#, folder#.
>> >> We want people to be able to search the docs, sort and/or filter
>> >> according
>> >> to what they are looking for and print out results of search.
>> >> Here's the catch- we don't want them to be able to permanently change
>> >> any
>> >> of
>> >> the data in the columns AND we want the ss to retain it's original
>> >> format
>> >> when they close out of Excel.
>> >> I read that you can disable the save alert using VBA when they close
>> >> out
>> >> but
>> >> not sure if there is a way for folks to get around this even by
>> >> mistake.
>> >> Also read that the later versions of Office allows more ways to
>> >> protect
>> >> the
>> >> ss. Would this be the way to go?
>> >>
>> >> Yes, we'll keep a 'clean' backup copy on a different system plus a
>> >> copy
>> >> on a
>> >> cd/dvd but we'd rather not have to reload it everytime someone uses
>> >> the
>> >> system open to our members.
>> >>
>> >> Thanks for any suggestions.
>> >
>> > --
>> >
>> > Dave Peterson

>
> --
>
> Dave Peterson



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      14th Mar 2010
Congrats on your promotion(?) to MTS (Member Technical Staff).

Next you'll be in charge of everyone doing the work that only you do!

"L." wrote:
>
> IT staff?
> We're a small historical society with ~ 100 members and 8 that does 90% of
> the work.
> We're just a bunch of volunteers. I'm self taught using Excel which should
> tell you something....
> We're lucky to have a computer(donated) much less someone that really knows
> what they are doing.
>
> L.
>
> "Dave Peterson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Another option that is much, much safer is to get your IT staff involved.
> >
> > Tell them you want a common folder that everyone has readonly access --
> > and only
> > you (and another trusted coworker (for your vacation/out of office days)
> > have
> > write access).
> >
> > Then you don't have to worry about the users opening windows explorer and
> > deleting the file.
> >
> >
> >
> > "L." wrote:
> >>
> >> Played with your suggested setting and I think that will work fine.
> >> May also use a VBA to disable save and save as function.
> >>
> >> Thanks again,
> >>
> >> "Dave Peterson" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > Couldn't you just mark the file readonly?
> >> >
> >> > The user will be able to save as a different name, but the original
> >> > will
> >> > be
> >> > safe.
> >> >
> >> > If you want to experiment, you could:
> >> > Open windows explorer
> >> > traverse to the folder that contains your file
> >> > Rightclick on the file and choose properties.
> >> > And mark it readonly.
> >> >
> >> > But anyone who knows how to toggle this setting can.
> >> >
> >> > You could also open your workbook
> >> > File|SaveAs|tools|general options|and give it a password to modify (not
> >> > open).
> >> >
> >> > When they open the workbook, they'll be prompted for that password to
> >> > modify.
> >> > If they know it, they can enter the password and save any changes they
> >> > make.
> >> >
> >> > If they don't know it, then they can still save their workbook using a
> >> > different
> >> > name.
> >> >
> >> > ======
> >> > If you use the windows explorer readonly settings (alone or with the
> >> > second
> >> > suggestion), excel won't even bother the user with a password prompt.
> >> >
> >> > Excel knows the file should be opened in readonly mode.
> >> >
> >> > "L.S." wrote:
> >> >>
> >> >> Office 2k(excel)
> >> >>
> >> >> Our local historical society has created a SS with 5 columns, doc#,
> >> >> category, date of doc, box#, folder#.
> >> >> We want people to be able to search the docs, sort and/or filter
> >> >> according
> >> >> to what they are looking for and print out results of search.
> >> >> Here's the catch- we don't want them to be able to permanently change
> >> >> any
> >> >> of
> >> >> the data in the columns AND we want the ss to retain it's original
> >> >> format
> >> >> when they close out of Excel.
> >> >> I read that you can disable the save alert using VBA when they close
> >> >> out
> >> >> but
> >> >> not sure if there is a way for folks to get around this even by
> >> >> mistake.
> >> >> Also read that the later versions of Office allows more ways to
> >> >> protect
> >> >> the
> >> >> ss. Would this be the way to go?
> >> >>
> >> >> Yes, we'll keep a 'clean' backup copy on a different system plus a
> >> >> copy
> >> >> on a
> >> >> cd/dvd but we'd rather not have to reload it everytime someone uses
> >> >> the
> >> >> system open to our members.
> >> >>
> >> >> Thanks for any suggestions.
> >> >
> >> > --
> >> >
> >> > Dave Peterson

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto filter sort ascending not working while sheet protected TommyB Microsoft Excel Worksheet Functions 6 17th Mar 2010 02:51 PM
Using "sort" in auto filter not possible when protected? A. Young Microsoft Excel Misc 0 10th Jan 2010 02:11 AM
How to - sort a protected sheet? Bob Microsoft Excel Worksheet Functions 0 26th Dec 2008 04:34 PM
Sort while protected Gerry Microsoft Excel Worksheet Functions 5 22nd Apr 2004 04:20 PM
Filter, sort, filter and then display =?Utf-8?B?QW5kcmV3?= Microsoft Excel Programming 2 1st Apr 2004 12:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:09 AM.