Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Blocking VBA Project

Hi, you all know the password protection for VBA projects is broken by so
many programs, so our codes are totally open.
I have been advised to create COM applications externalising code from the
modules but I don't want to.
Is there any possibility to completely block the add-in so not even me can
access it once the workbook has been saved as xla?.

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Blocking VBA Project

nope.

Those programs that can break the password, er, can break the password.

econcult wrote:

Hi, you all know the password protection for VBA projects is broken by so
many programs, so our codes are totally open.
I have been advised to create COM applications externalising code from the
modules but I don't want to.
Is there any possibility to completely block the add-in so not even me can
access it once the workbook has been saved as xla?.

Thanks!


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Blocking VBA Project

I don't mean 'shield the project by means of a password' but 'block the
project so not even me can open it again'.


"Dave Peterson" wrote:

nope.

Those programs that can break the password, er, can break the password.

econcult wrote:

Hi, you all know the password protection for VBA projects is broken by so
many programs, so our codes are totally open.
I have been advised to create COM applications externalising code from the
modules but I don't want to.
Is there any possibility to completely block the add-in so not even me can
access it once the workbook has been saved as xla?.

Thanks!


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Blocking VBA Project

Again, nope.

econcult wrote:

I don't mean 'shield the project by means of a password' but 'block the
project so not even me can open it again'.

"Dave Peterson" wrote:

nope.

Those programs that can break the password, er, can break the password.

econcult wrote:

Hi, you all know the password protection for VBA projects is broken by so
many programs, so our codes are totally open.
I have been advised to create COM applications externalising code from the
modules but I don't want to.
Is there any possibility to completely block the add-in so not even me can
access it once the workbook has been saved as xla?.

Thanks!


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default Blocking VBA Project

What you are asking is equivalent to saying, "can something be encrypted so
it can't be decrypted?" The answer is no. I could give a long explanation,
but one point should serve to illustrate: If it is impossible to decode, how
can Excel use your project? And if Excel can decode it, couldn't someone
with the right tools and knowledge follow the same steps Excel is following?
The only way encoding makes sense is with strong password protection or some
equivalent key, but then it is the user's responsibility to keep the key
secure - and there is always a chance that with enough time and the right
tools, someone might learn how to duplicate that key. The best anyone can do
is to try to make it so difficult and time consuming to break the code that
it is not worth the thief's effort. But it would be irresponsible to trust
in any kind of encryption to provide "unbreakable" security. And, in a
theoretical sense, if it was unbreakable it would also be unusable.

"econcult" wrote:

Hi, you all know the password protection for VBA projects is broken by so
many programs, so our codes are totally open.
I have been advised to create COM applications externalising code from the
modules but I don't want to.
Is there any possibility to completely block the add-in so not even me can
access it once the workbook has been saved as xla?.

Thanks!



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
blocking cells jamesg-fid Excel Discussion (Misc queries) 2 November 10th 05 06:51 PM
printing got numbering blocking James Ng New Users to Excel 0 October 17th 05 12:24 PM
blocking cells confused of nottingham Excel Worksheet Functions 2 August 18th 05 11:59 AM
Assigning the Help 4, *.HLP file for a project programmatically in a protected Project Tony Seiscons Excel Programming 0 October 4th 04 03:10 PM
Blocking cells Ed Excel Programming 0 February 10th 04 05:57 PM


All times are GMT +1. The time now is 02:21 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"