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

Hi

I like to protect my VBA application. I know Excel sheet password can be
broken. Even I can do it. But is it easy to break into VBA codes protected
for viewing?

If you know it I do not want to know how to do it because I am not going to
do it. But can you tell me how can I stop it? Will I have to merge some other
technology with Excel?

Thanks & Regards

M Varne
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default VBA Codes Protection

VB code protection is more robust than workbook/sheet protection but
inexpebsive commercial crackers will remove the protection very quickly.

The only safe method is to create you code as an add-in.

http://msdn2.microsoft.com/EN-US/lib...ffice.10).aspx

Mike

"Varne" wrote:

Hi

I like to protect my VBA application. I know Excel sheet password can be
broken. Even I can do it. But is it easy to break into VBA codes protected
for viewing?

If you know it I do not want to know how to do it because I am not going to
do it. But can you tell me how can I stop it? Will I have to merge some other
technology with Excel?

Thanks & Regards

M Varne

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default VBA Codes Protection

An add-in is no more secure than any other workbook.

If you really want to protect it, you need to write the important code in a
compiled language, such as VB, as a DLL say, and call the DLL in your
application.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mike H" wrote in message
...
VB code protection is more robust than workbook/sheet protection but
inexpebsive commercial crackers will remove the protection very quickly.

The only safe method is to create you code as an add-in.

http://msdn2.microsoft.com/EN-US/lib...ffice.10).aspx

Mike

"Varne" wrote:

Hi

I like to protect my VBA application. I know Excel sheet password can be
broken. Even I can do it. But is it easy to break into VBA codes
protected
for viewing?

If you know it I do not want to know how to do it because I am not going
to
do it. But can you tell me how can I stop it? Will I have to merge some
other
technology with Excel?

Thanks & Regards

M Varne



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
Excel Data Protection Best Practice: AKA: Real Sheet Protection Mushman(Woof!)[_2_] Excel Discussion (Misc queries) 4 December 30th 09 01:20 AM
Excel Data Protection- AKA: Sheet/Macro Password Protection Mushman(Woof!) Setting up and Configuration of Excel 0 December 29th 09 06:50 AM
WS Protection: Different Levels of Protection on Different Ranges Carmi Excel Discussion (Misc queries) 4 August 31st 07 02:26 PM
Cell Protection vs. Worksheet Protection kmwhitt Excel Discussion (Misc queries) 4 September 24th 06 02:37 AM
Worksheet protection is gone and only wokbook protection can be se Eric C. Excel Discussion (Misc queries) 4 May 2nd 06 04:50 PM


All times are GMT +1. The time now is 09:18 AM.

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

About Us

"It's about Microsoft Excel"