+ Reply to Thread
Results 1 to 6 of 6

How to secure a workbook.

  1. #1
    Forum Contributor
    Join Date
    12-16-2004
    Posts
    125

    How to secure a workbook.

    I've created a grade program using excel and visual basic. Several teachers at my school, as well as others throughout the district have asked to use it. What is the best way to put some security in the files so that no one steals my work? I have put a lot of work into this grade program and the thought sometimes crosses my mind to market it (don't even know if this is possible yet). Any thoughts or ideas?

    Thanks.

  2. #2
    Forum Contributor
    Join Date
    12-12-2005
    Posts
    667
    The best way is to make a DLL, however it requires expertise.
    The next best way is to make an add-in and protect the code; it can be made VERY secure.
    Finally you can protect your worksheet that is fairly easy to break in.
    Best regards,

    Ray

  3. #3
    Registered User
    Join Date
    02-19-2007
    Location
    New Delhi, India
    MS-Off Ver
    Ms Office 2003 & 2007
    Posts
    10

    Hi CJ-22

    The Add-in option would be good. It'll be lightweight and easy to distribute and you can put password protection on the VB module/code. This protection however, is also quite easy to break...there are softwares available to do that.

    That's the reason why making a DLL is the best option.

  4. #4
    Forum Contributor
    Join Date
    12-16-2004
    Posts
    125
    Thanks for the information. I am not familiar with DLL so I'm sorry if this is a dumb question, but what does DLL stand for and where do I start?

  5. #5
    Forum Contributor
    Join Date
    12-12-2005
    Posts
    667
    A DLL is a Dynamic Link Library that can be compiled from C++ or VB6. In fact the VB6 version imports much of Excel's code since there is a reference to it. To get more info, look it up in the Microsoft KBs.

  6. #6
    Forum Contributor
    Join Date
    12-16-2004
    Posts
    125
    Thanks for the help. It sounds like DLL is the way to go. Hopefully I can figure it out. Thanks again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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