.xlsm to .exe & Protection of Application

MSingh
3StarLounger
Posts: 366
Joined: 12 May 2010, 06:49

.xlsm to .exe & Protection of Application

Post by MSingh »

Hi,

Can someone recommend a good program that can be used to protect .xslm workbook for distribution.

I tried one of the more popular commercial compilers but find its limited in reading activex forms/controls, cannot be used if application requires insert rows etc. & intermittently swithes to manual calculations. Also it adds +/- 2Mb to file size.

Thanks again
Mohamed

User avatar
HansV
Administrator
Posts: 78486
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: .xlsm to .exe & Protection of Application

Post by HansV »

I don't think trying to convert a workbook to an executable is a good idea.

For protection against accidental tampering, you can protect the worksheets and if desired the workbook with a password. You can also protect the VBA project with a password.

If you really need to protect your intellectual property, it'd be better to develop your application from scratch using one of the Visual Studio products.
Best wishes,
Hans

MSingh
3StarLounger
Posts: 366
Joined: 12 May 2010, 06:49

Re: .xlsm to .exe & Protection of Application

Post by MSingh »

Thanks Hans.