Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default excel 2007 add-ins and other VBA hidden files. General information

I'm developing a spreadsheet for an end user to interact with via user forms.
I want to hide and protect the code behind the application. The user, via
user forms, goes to a financial web site and downloads data into Quicken.
Next he produces reports in Quicken and copies them to the clipboard for
pasting into Excel spreadsheets. What would be the best (recommended?) way to
protect the VBA code and formulas? I've considered two approaches: One,
creating an add-in, or two, write all the code in a separate workbook which
the user's workbook calls and then hides when his workbook opens. Can someone
who does a lot of this kind of thing recommend one approach over the other,
or suggest a completely different and/or better strategy. All suggestions
will be greatly appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default excel 2007 add-ins and other VBA hidden files. General information

I would use an addin.

What kind of addin depends on the degree of security you need.
a VBA XLA addin is fairly easily cracked
a .net automation addin is harder to crack but is slightly more complex to
develop and install
a VB6 automation addin is extremely difficult to crack, but a VB6 compiler
is hard to find
an XLL addin written in C will also be extremely difficult to crack, but
considerably harder to write


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"JCIrish" wrote in message
...
I'm developing a spreadsheet for an end user to interact with via user
forms.
I want to hide and protect the code behind the application. The user, via
user forms, goes to a financial web site and downloads data into Quicken.
Next he produces reports in Quicken and copies them to the clipboard for
pasting into Excel spreadsheets. What would be the best (recommended?) way
to
protect the VBA code and formulas? I've considered two approaches: One,
creating an add-in, or two, write all the code in a separate workbook
which
the user's workbook calls and then hides when his workbook opens. Can
someone
who does a lot of this kind of thing recommend one approach over the
other,
or suggest a completely different and/or better strategy. All suggestions
will be greatly appreciated.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default excel 2007 add-ins and other VBA hidden files. General informa

Thanks, Charles, for the very useful reply. You've answered my question.

"Charles Williams" wrote:

I would use an addin.

What kind of addin depends on the degree of security you need.
a VBA XLA addin is fairly easily cracked
a .net automation addin is harder to crack but is slightly more complex to
develop and install
a VB6 automation addin is extremely difficult to crack, but a VB6 compiler
is hard to find
an XLL addin written in C will also be extremely difficult to crack, but
considerably harder to write


Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com

"JCIrish" wrote in message
...
I'm developing a spreadsheet for an end user to interact with via user
forms.
I want to hide and protect the code behind the application. The user, via
user forms, goes to a financial web site and downloads data into Quicken.
Next he produces reports in Quicken and copies them to the clipboard for
pasting into Excel spreadsheets. What would be the best (recommended?) way
to
protect the VBA code and formulas? I've considered two approaches: One,
creating an add-in, or two, write all the code in a separate workbook
which
the user's workbook calls and then hides when his workbook opens. Can
someone
who does a lot of this kind of thing recommend one approach over the
other,
or suggest a completely different and/or better strategy. All suggestions
will be greatly appreciated.




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 2007 General Question Tondos Excel Discussion (Misc queries) 6 March 24th 10 05:47 PM
display previously hidden author information in excel 2003 c_j_l_ Excel Discussion (Misc queries) 1 December 30th 08 02:56 PM
General question about 2003 and 2007 VBA in Excel Stockwell43 Excel Discussion (Misc queries) 2 August 15th 08 04:44 PM
General questions about VB6/2005 and Excel 2007 compatibility RMR_Man Excel Programming 2 June 16th 08 10:24 PM
Store hidden information in Excel throw Add-In ARHangel Excel Discussion (Misc queries) 1 January 18th 08 12:21 PM


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