Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
MDH
 
Posts: n/a
Default Preventing users from saving a spreadsheet

Is there a way to prevent users from saving an .xls spreadsheet local or
otherwise that is located on a network share?

--
Kind Regards,
MDH
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

Make it read-only?
*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"MDH" wrote in message
...
Is there a way to prevent users from saving an .xls spreadsheet local or
otherwise that is located on a network share?

--
Kind Regards,
MDH



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

Not really.

Any suggestion would probably be macro based and if the user disabled macros (or
disabled events), then they could do what they want.



MDH wrote:

Is there a way to prevent users from saving an .xls spreadsheet local or
otherwise that is located on a network share?

--
Kind Regards,
MDH


--

Dave Peterson
  #4   Report Post  
MDH
 
Posts: n/a
Default

Thank you.
I was hoping there might be a way to prevent the "Save As" function outside
of creating a macro. Looks like there are no 'magical microsoft push of the
button' solutions to this one.

Perhaps I should look into Group Policy...?

--
Kind Regards,
MDH


"Dave Peterson" wrote:

Not really.

Any suggestion would probably be macro based and if the user disabled macros (or
disabled events), then they could do what they want.



MDH wrote:

Is there a way to prevent users from saving an .xls spreadsheet local or
otherwise that is located on a network share?

--
Kind Regards,
MDH


--

Dave Peterson

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

Microsoft added a bunch of stuff concerning IRM (Intellectual Rights Management)
in Office 2003 (IIRC). I've never used it, but you may want to look at help for
more info.

And you could use a macro that stops the save.

This goes under the ThisWorkbook module:

Option Explicit

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)

MsgBox "no, no, no!"

Cancel = True

End Sub

But all users have to do is disable events (or completely disable macros) and
they can do anything that they want.



MDH wrote:

Thank you.
I was hoping there might be a way to prevent the "Save As" function outside
of creating a macro. Looks like there are no 'magical microsoft push of the
button' solutions to this one.

Perhaps I should look into Group Policy...?

--
Kind Regards,
MDH

"Dave Peterson" wrote:

Not really.

Any suggestion would probably be macro based and if the user disabled macros (or
disabled events), then they could do what they want.



MDH wrote:

Is there a way to prevent users from saving an .xls spreadsheet local or
otherwise that is located on a network share?

--
Kind Regards,
MDH


--

Dave Peterson


--

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
How do I preserve the accents when saving as XML Spreadsheet? dotnetway Excel Discussion (Misc queries) 0 June 9th 05 02:02 AM
warning or message before saving spreadsheet MissM Excel Worksheet Functions 3 June 1st 05 05:18 PM
saving options along with spreadsheet woody Excel Worksheet Functions 1 April 1st 05 07:29 PM
How do I keep other users from saving my read-only document? bumblebug Excel Discussion (Misc queries) 2 March 4th 05 06:35 PM
Lost my original spreadsheet by saving over it with the same name dough office manager Excel Discussion (Misc queries) 1 January 7th 05 11:51 PM


All times are GMT +1. The time now is 03:59 PM.

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

About Us

"It's about Microsoft Excel"