Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Protecting my vb code`

I have developed a large 90mb excel calculator application that i need to
protect. I have had a few people hack into in a matter of minutes, getting
past the passwords.

Does anyone have any suggestions or know how to really protect my code
--
Wade
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Protecting my vb code`

Don't use excel. Create a compiled addin (xll???). It's beyond me.

Don't use VBA. Use a language (VB/C/C++/vb.net) that can be compiled.



Wade wrote:

I have developed a large 90mb excel calculator application that i need to
protect. I have had a few people hack into in a matter of minutes, getting
past the passwords.

Does anyone have any suggestions or know how to really protect my code
--
Wade


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Protecting my vb code`

is there a program that convert vba to something else?
--
Wade


"Dave Peterson" wrote:

Don't use excel. Create a compiled addin (xll???). It's beyond me.

Don't use VBA. Use a language (VB/C/C++/vb.net) that can be compiled.



Wade wrote:

I have developed a large 90mb excel calculator application that i need to
protect. I have had a few people hack into in a matter of minutes, getting
past the passwords.

Does anyone have any suggestions or know how to really protect my code
--
Wade


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Protecting my vb code`

Not that I know.

Wade wrote:

is there a program that convert vba to something else?
--
Wade

"Dave Peterson" wrote:

Don't use excel. Create a compiled addin (xll???). It's beyond me.

Don't use VBA. Use a language (VB/C/C++/vb.net) that can be compiled.



Wade wrote:

I have developed a large 90mb excel calculator application that i need to
protect. I have had a few people hack into in a matter of minutes, getting
past the passwords.

Does anyone have any suggestions or know how to really protect my code
--
Wade


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Protecting my vb code`

what is a compiled addin

--
Wade


"Dave Peterson" wrote:

Don't use excel. Create a compiled addin (xll???). It's beyond me.

Don't use VBA. Use a language (VB/C/C++/vb.net) that can be compiled.



Wade wrote:

I have developed a large 90mb excel calculator application that i need to
protect. I have had a few people hack into in a matter of minutes, getting
past the passwords.

Does anyone have any suggestions or know how to really protect my code
--
Wade


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default Protecting my vb code`

You may have self-protection built-in to your program.
Not many people will want to install a 90mb file on their machine.
Reducing the file size should be your first objective.

An Excel add-in is nothing more than a hidden workbook.
You can see the list of add-ins available on your computer by going to
Tools (menu) | Add-ins.
To find out more about Com add-ins, see Chip Pearson's write up at...
http://www.cpearson.com/excel/CreatingCOMAddIn.aspx
It is not light reading.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)




"Wade"
wrote in message
what is a compiled addin
--
Wade

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
Protecting vba code better Avi Excel Programming 1 June 6th 05 01:01 PM
Protecting the code Harald Staff Excel Programming 0 August 31st 04 02:58 PM
Protecting buttons with VB code rather than protecting sheets/books? StargateFanFromWork Excel Programming 2 July 16th 04 04:03 PM
Protecting VBA Code Bill Bell Excel Programming 4 November 8th 03 05:38 PM
Protecting VBA Code Kirk[_2_] Excel Programming 2 August 22nd 03 08:20 PM


All times are GMT +1. The time now is 03:26 PM.

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"