+ Reply to Thread
Results 1 to 4 of 4

Protecting Document

  1. #1
    Registered User
    Join Date
    03-05-2011
    Location
    Havant, England
    MS-Off Ver
    Office 2007
    Posts
    48

    Thumbs up Protecting Document

    Hi All,

    I'm looking to protect a document from being copied as the data that is has within it is sensitive. I can hide sheets, password protect and have removed the "Save As" facility so covered off a few points. I am though conscious that the file could still be removed using "Copy" and "Paste" so want to only allow it to be used if it is within the desired location on the PC.

    I am a complete novice to VBA but have found a link that was posted some years ago which seems to cover what I want but I have tried to install the code but its not working. I may be doing everything OK but the instructions need to be a little more "idiots guide" for me to understand. Would anybody know how to get it to work or another option please? The link is as below;

    https://uk.answers.yahoo.com/questio...3214412AAxtRD9

    Your help is greatly appreciated.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Protecting Document

    Security in excel is weak at best. Many members here could get past excel security in minutes, so you may want to consider other programs/methods?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,447

    Re: Protecting Document

    Ford is correct. The basic flaw in any macro driven security is that it is macro driven. You can work hard at trying to ensure the user enables macros, as in the example cited in your post.

    For the typical user, it may be enough. But, if you hope to protect your Intellectual Property, you're wasting your time. Even if you put your raw data in a password protected Access Database, or whatever, you need to have code and the password in your workbook or code.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  4. #4
    Registered User
    Join Date
    04-03-2014
    Location
    lima, peru
    MS-Off Ver
    Excel 2010 / 2013
    Posts
    7

    Cool Re: Protecting Document

    This might be a bit late, but so many people seem to have these same problems you're having so I'll share for future reference. We've been building a tool called HiveLink to allow you to share your Excel spreadsheets without having to lose control of the sensitive data, macros, calculations etc.

    It works by allowing you to create a lightweight version of your spreadsheet that still has the input and output interface but you remove the intellectual property that generates the outputs. HiveLink connects your users's input data from their lightweight spreadsheet with your original spreadsheet running safe and secure on your computer. It then processes the data with any macros you want, and returns the output result data back to the user's lightweight spreadsheet. You don't have to know any VBA or code, it's all guided by a wizard in an Excel ribbon and a desktop application to receive inputs and return outputs. You can learn more at our website, https://hivelink.io.

+ 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. protecting document with multiple passwords
    By angel2903 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-18-2014, 05:43 AM
  2. Protecting document
    By Saintpom in forum Excel General
    Replies: 1
    Last Post: 02-17-2014, 02:00 PM
  3. Protecting Document Properties
    By Spencer in forum Excel General
    Replies: 7
    Last Post: 03-29-2011, 10:44 PM
  4. Protecting Word Document by restricting access permissions!
    By LilyMarie in forum Word Formatting & General
    Replies: 1
    Last Post: 03-09-2009, 04:54 AM
  5. problem protecting word document by macro in excel
    By natanz in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-02-2006, 08:10 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