PC Review


Reply
Thread Tools Rate Thread

Converting Spreadsheet into Executable

 
 
lukus2005@gmail.com
Guest
Posts: n/a
 
      11th May 2011
Is there a way to convert a spreadsheet into an executable that would
require a password to execute?

The problem that I have is that I created a spreadsheet for our
estimators which basically simplifies putting a price together using
supplier pricing and labour rate. Unfortunately, when our estimators
leave the company, they take a copy of our spreadsheet with them and
it ends up being used by our competitors. Can't take legal action
because this is next to impossible to prove but I know it's happening.

So what I would like to be able to do is convert my spreadsheet into
an executable (standalone app) with a built-in key or expiry date...
is this doable in anyway? If not, any suggestions on how to prevent
copying of my spreadsheet?
 
Reply With Quote
 
 
 
 
GS
Guest
Posts: n/a
 
      11th May 2011
(E-Mail Removed) submitted this idea :
> Is there a way to convert a spreadsheet into an executable that would
> require a password to execute?
>
> The problem that I have is that I created a spreadsheet for our
> estimators which basically simplifies putting a price together using
> supplier pricing and labour rate. Unfortunately, when our estimators
> leave the company, they take a copy of our spreadsheet with them and
> it ends up being used by our competitors. Can't take legal action
> because this is next to impossible to prove but I know it's happening.
>
> So what I would like to be able to do is convert my spreadsheet into
> an executable (standalone app) with a built-in key or expiry date...
> is this doable in anyway? If not, any suggestions on how to prevent
> copying of my spreadsheet?


Well, this will require learning a new programming language so you can
automate Excel and open your file[s] password protected. You might also
want to change the file extension so files belonging to your app aren't
recognizable in Windows Explorer of fileOpen dialogs.

Optionally, you can have someone create the Windows.exe for you and use
it for all your estimators. Problem here is they will also be able to
take that with them but you can obviate that by locking the app to the
machine[s] installed to. This will prevent the app from running on any
non-authorized machines. Now you're getting into licensing issues.

Question is.., how far do you want to go?

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


 
Reply With Quote
 
lukus2005@gmail.com
Guest
Posts: n/a
 
      11th May 2011
On May 11, 3:54*pm, GS <g...@somewhere.net> wrote:
>
> Well, this will require learning a new programming language so you can
> automate Excel and open your file[s] password protected. You might also
> want to change the file extension so files belonging to your app aren't
> recognizable in Windows Explorer of fileOpen dialogs.
>
> Optionally, you can have someone create the Windows.exe for you and use
> it for all your estimators. Problem here is they will also be able to
> take that with them but you can obviate that by locking the app to the
> machine[s] installed to. This will prevent the app from running on any
> non-authorized machines. Now you're getting into licensing issues.
>
> Question is.., how far do you want to go?
>
> --
> Garry
>
> Free usenet access athttp://www.eternal-september.org
> ClassicVB Users Regroup! comp.lang.basic.visual.misc


Seeing how our competitors became more competitive with us and how
much contracts we have lost since... I'd say it might be worth the
investment.

My biggest concern is that I need to be able to update the built-in
pricelist and other parameters periodically so I would prefer finding
an in-house solution.
 
Reply With Quote
 
GS
Guest
Posts: n/a
 
      11th May 2011
(E-Mail Removed) formulated the question :
> On May 11, 3:54*pm, GS <g...@somewhere.net> wrote:
>>
>> Well, this will require learning a new programming language so you can
>> automate Excel and open your file[s] password protected. You might also
>> want to change the file extension so files belonging to your app aren't
>> recognizable in Windows Explorer of fileOpen dialogs.
>>
>> Optionally, you can have someone create the Windows.exe for you and use
>> it for all your estimators. Problem here is they will also be able to
>> take that with them but you can obviate that by locking the app to the
>> machine[s] installed to. This will prevent the app from running on any
>> non-authorized machines. Now you're getting into licensing issues.
>>
>> Question is.., how far do you want to go?
>>
>> --
>> Garry
>>
>> Free usenet access athttp://www.eternal-september.org
>> ClassicVB Users Regroup! comp.lang.basic.visual.misc

>
> Seeing how our competitors became more competitive with us and how
> much contracts we have lost since... I'd say it might be worth the
> investment.
>
> My biggest concern is that I need to be able to update the built-in
> pricelist and other parameters periodically so I would prefer finding
> an in-house solution.


Updating your Excel file can be done in house at any time, and simply
redistributed to overwrite the outdated file. What I propose would
prevent outsiders from using your file without your authorization.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


 
Reply With Quote
 
Michael Bednarek
Guest
Posts: n/a
 
      12th May 2011
On Wed, 11 May 2011 12:19:29 -0700 (PDT), lukus2005@... wrote in
microsoft.public.excel:

>Is there a way to convert a spreadsheet into an executable that would
>require a password to execute?
>
>The problem that I have is that I created a spreadsheet for our
>estimators which basically simplifies putting a price together using
>supplier pricing and labour rate. Unfortunately, when our estimators
>leave the company, they take a copy of our spreadsheet with them and
>it ends up being used by our competitors. Can't take legal action
>because this is next to impossible to prove but I know it's happening.
>
>So what I would like to be able to do is convert my spreadsheet into
>an executable (standalone app) with a built-in key or expiry date...
>is this doable in anyway? If not, any suggestions on how to prevent
>copying of my spreadsheet?


Have your estimators work in a secure room at non-networked computers,
after making sure they don't carry any storage devices or cameras. A
device to erase their memory might also be useful.

Every technical solution to prevent unauthorised use can be overcome.

--
Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
 
Reply With Quote
 
lukus2005@gmail.com
Guest
Posts: n/a
 
      18th May 2011
On May 12, 12:51*am, Michael Bednarek <ROT13...@gtz.pbz.nh> wrote:
> On Wed, 11 May 2011 12:19:29 -0700 (PDT), lukus2005@... wrote in
> microsoft.public.excel:
>
> >Is there a way to convert a spreadsheet into an executable that would
> >require a password to execute?

>
> >The problem that I have is that I created a spreadsheet for our
> >estimators which basically simplifies putting a price together using
> >supplier pricing and labour rate. Unfortunately, when our estimators
> >leave the company, they take a copy of our spreadsheet with them and
> >it ends up being used by our competitors. Can't take legal action
> >because this is next to impossible to prove but I know it's happening.

>
> >So what I would like to be able to do is convert my spreadsheet into
> >an executable (standalone app) with a built-in key or expiry date...
> >is this doable in anyway? If not, any suggestions on how to prevent
> >copying of my spreadsheet?

>
> Have your estimators work in a secure room at non-networked computers,
> after making sure they don't carry any storage devices or cameras. A
> device to erase their memory might also be useful.
>
> Every technical solution to prevent unauthorised use can be overcome.
>
> --
> Michael Bednarek *http://mbednarek.com/*"POST NO BILLS"


I don't need a Fort Knox work environment. I just want to prevent
them from copying and using the spreadsheet on another computer.
 
Reply With Quote
 
lukus2005@gmail.com
Guest
Posts: n/a
 
      18th May 2011
On May 11, 3:54*pm, GS <g...@somewhere.net> wrote:
> lukus2...@gmail.com submitted this idea :
>
> > Is there a way to convert a spreadsheet into an executable that would
> > require a password to execute?

>
> > The problem that I have is that I created a spreadsheet for our
> > estimators which basically simplifies putting a price together using
> > supplier pricing and labour rate. Unfortunately, when our estimators
> > leave the company, they take a copy of our spreadsheet with them and
> > it ends up being used by our competitors. Can't take legal action
> > because this is next to impossible to prove but I know it's happening.

>
> > So what I would like to be able to do is convert my spreadsheet into
> > an executable (standalone app) with a built-in key or expiry date...
> > is this doable in anyway? If not, any suggestions on how to prevent
> > copying of my spreadsheet?

>
> Well, this will require learning a new programming language so you can
> automate Excel and open your file[s] password protected. You might also
> want to change the file extension so files belonging to your app aren't
> recognizable in Windows Explorer of fileOpen dialogs.
>
> Optionally, you can have someone create the Windows.exe for you and use
> it for all your estimators. Problem here is they will also be able to
> take that with them but you can obviate that by locking the app to the
> machine[s] installed to. This will prevent the app from running on any
> non-authorized machines. Now you're getting into licensing issues.
>
> Question is.., how far do you want to go?
>
> --
> Garry
>
> Free usenet access athttp://www.eternal-september.org
> ClassicVB Users Regroup! comp.lang.basic.visual.misc


I'm not sure what is involved with your proposed solution. Are there
any utilities out there that will convert a spreadsheet into an
executable? But then again, it would also need some security features
that would allow to set a time limitation (trial period) or a serial #
to install.
 
Reply With Quote
 
GS
Guest
Posts: n/a
 
      18th May 2011
(E-Mail Removed) wrote on 5/18/2011 :
> I'm not sure what is involved with your proposed solution. Are there
> any utilities out there that will convert a spreadsheet into an
> executable?


Not that I know of. Most solutions like this are custom made.

> But then again, it would also need some security features
> that would allow to set a time limitation (trial period) or a serial #
> to install.


That's what I was implying.

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting VC++ 6.0 executable code to .Net DLL Jason Microsoft VC .NET 1 26th Aug 2006 06:07 PM
Executable for converting excel XML to XLS andrzej.dmoch@gazeta.pl Microsoft Excel Misc 0 14th Mar 2006 04:01 PM
<<Converting an Application to an Executable???<< =?Utf-8?B?TXJDbW9zRHJpdmVy?= Windows XP General 3 9th Apr 2005 08:16 PM
Converting a form + DB to an executable Mik Microsoft Access Forms 4 29th Mar 2005 10:29 AM
Converting mde to an executable file =?Utf-8?B?U3VnYXI=?= Microsoft Access VBA Modules 1 22nd Jul 2004 02:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:40 AM.