+ Reply to Thread
Results 1 to 6 of 6

Preventing changes to data.

Hybrid View

  1. #1
    Registered User
    Join Date
    10-21-2008
    Location
    Australia
    Posts
    12

    Smile Preventing changes to data.

    I have an excel file i wish to make readable to anyone. However i do not wish changes to be made to the information by someone saving under a different file name, opening and editing the new file. Are you aware of any process that allows me to do this? (not using macros). I am not aware of any password options that allow this. Excel 2003 is being used and security is set to the highest available level.

    Your opinions are very much appreciated,

    Cheers Jim.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Hi and welcome to the board
    Haven't used it myself but a possibility is converting your sheets to pdf?

  3. #3
    Registered User
    Join Date
    10-21-2008
    Location
    North Potomac, MD, USA
    Posts
    5
    I suggest using the "BeforeSave" event to do this. I have to do something similar once the Workbook reaches an expiration date. I want the user to be able to see the data for historical value, but not be able to make any changes to it.

    In the "BeforeSave" event, if the SaveAsUI boolean flag is TRUE, copy the entire worksheet as one range, then perform a PasteSpecial, Values (only) over that same range. Also turn on protection along with a password. This destroys any formulas that were in the cells originally, but retains the cell values for future readibility.

    I hope this helps.
    Regards,
    Peter Poggi
    North Potomac, Maryland, USA

  4. #4
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    hi
    Peter:

    Your method is a macro one, I can just disable the macro on my computer and then open your file and copy it.
    I need your support to add reputations if my solution works.


  5. #5
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    How about protect your worksheet
    with the setting of :
    Allow all users of this worksheet to do:

    NOTHING

  6. #6
    Registered User
    Join Date
    10-21-2008
    Location
    Australia
    Posts
    12
    Thank you all for your input. I would appreciate your opinion of the following that i have tried.
    1 Password protect each sheet
    2 By doing this, even if the file is saved under a different file name the sheets still need the password to change the content.

    Any feedback appreciated

    Cheers
    Jim

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Data and number manipulation
    By Mwhite in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-15-2015, 06:41 AM
  2. Copying and Pasting Array Data.. etc
    By amedhussaini in forum Excel General
    Replies: 1
    Last Post: 02-20-2008, 05:27 PM
  3. Replies: 2
    Last Post: 02-14-2008, 05:02 PM
  4. Macro to create new sheets from master data sheet
    By adsigel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-04-2006, 09:21 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1