PC Review


Reply
Thread Tools Rating: Thread Rating: 2 votes, 3.00 average.

Benefit of converting XLS to EXE ?

 
 
Peter Noneley
Guest
Posts: n/a
 
      4th Dec 2006
Hi,

I have converted an XLS file to EXE. The file is more for information
rather than for data entry or changing values that need to be saved.

I can now double click the EXE and it will start Excel with a copy of
the XLS file.

One advantage of this is that the macros in the original XLS file do
not cause Excel to show the "Enable/Disable" macro alert each time the
file is started.

As this is the first time I have tried this I do not know what are the
potential problems with an XLS converted to EXE.

I would be grateful for any comments or advice on the advantages /
disadvantages of converting XLS to EXE.

If you want to have a look at the converted file its the Excel Function
Dictionary at www.xlfdic.com

The free program I used to convert from XLS to EXE is called XLtoEXE
and is at http://orlando.mvps.org/index.asp#XLtoExe

Thanks.

Peter Noneley
Cardiff (overcast and wet)
Wales
UK

 
Reply With Quote
 
 
 
 
Roger Govier
Guest
Posts: n/a
 
      4th Dec 2006
Hi Peter

I have no knowledge of this technique, and can therefore not offer any
comments as to its suitability or whether there might be problems.
I have however, downloaded the .exe file and run it.
It worked very successfully for me and did not interfere with an
existing instance of Excel that I had loaded.


Windows XP Professional, XL2003

--
Regards

Roger Govier


"Peter Noneley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have converted an XLS file to EXE. The file is more for information
> rather than for data entry or changing values that need to be saved.
>
> I can now double click the EXE and it will start Excel with a copy of
> the XLS file.
>
> One advantage of this is that the macros in the original XLS file do
> not cause Excel to show the "Enable/Disable" macro alert each time the
> file is started.
>
> As this is the first time I have tried this I do not know what are the
> potential problems with an XLS converted to EXE.
>
> I would be grateful for any comments or advice on the advantages /
> disadvantages of converting XLS to EXE.
>
> If you want to have a look at the converted file its the Excel
> Function
> Dictionary at www.xlfdic.com
>
> The free program I used to convert from XLS to EXE is called XLtoEXE
> and is at http://orlando.mvps.org/index.asp#XLtoExe
>
> Thanks.
>
> Peter Noneley
> Cardiff (overcast and wet)
> Wales
> UK
>



 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      4th Dec 2006
Peter,

It works (even in 2007), and seems to function just as the old Excel file.

It just seems to create another instance of Excel and open a workbook within
that. Trying to access the VBA seems to close it down, but the extra Excel
instance seems a big overhead (Excel 2007 is about 4 times memory basic of
2003).

Other than that, it bypasses Excel security warning (good idea?), and hides
the code. Maybe (defeibitely) I will write to Orlando and see if he can load
into an existing Excel instance (or maybe ask).

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
"Peter Noneley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have converted an XLS file to EXE. The file is more for information
> rather than for data entry or changing values that need to be saved.
>
> I can now double click the EXE and it will start Excel with a copy of
> the XLS file.
>
> One advantage of this is that the macros in the original XLS file do
> not cause Excel to show the "Enable/Disable" macro alert each time the
> file is started.
>
> As this is the first time I have tried this I do not know what are the
> potential problems with an XLS converted to EXE.
>
> I would be grateful for any comments or advice on the advantages /
> disadvantages of converting XLS to EXE.
>
> If you want to have a look at the converted file its the Excel Function
> Dictionary at www.xlfdic.com
>
> The free program I used to convert from XLS to EXE is called XLtoEXE
> and is at http://orlando.mvps.org/index.asp#XLtoExe
>
> Thanks.
>
> Peter Noneley
> Cardiff (overcast and wet)
> Wales
> UK
>



 
Reply With Quote
 
Peter Noneley
Guest
Posts: n/a
 
      4th Dec 2006
Bob, Roger.

Thanks for the comments.

I think there is a switch in Orlandos XLtoEXE program that will allow
the current instance of Excel to be used. I will have a look and maybe
use that option.

I'm also in two minds as to the benefit of the EXE ability to bypass
the "Enable/Disable" macro message. Its great to get rid of the nagging
box, but the potential for misuse could be a problem.

One of the reasons I was trying the EXE was to help prevent people
ripping off the file as their own work. I have come across one web site
with a ripped version of my file with someone elses name on it, now
thats just not cricket!

I know that in the long run I can never stop it completely, but maybe I
will put off some of the casual rippers.

Thanks

Peter Noneley
Cardiff (Still overcast and grey)
Wales
UK
www.xlfdic.com

 
Reply With Quote
 
Peter Noneley
Guest
Posts: n/a
 
      4th Dec 2006
Bob, Roger.

Thanks for the comments.

I think there is a switch in Orlandos XLtoEXE program that will allow
the current instance of Excel to be used. I will have a look and maybe
use that option.

I'm also in two minds as to the benefit of the EXE ability to bypass
the "Enable/Disable" macro message. Its great to get rid of the nagging
box, but the potential for misuse could be a problem.

One of the reasons I was trying the EXE was to help prevent people
ripping off the file as their own work. I have come across one web site
with a ripped version of my file with someone elses name on it, now
thats just not cricket!

I know that in the long run I can never stop it completely, but maybe I
will put off some of the casual rippers.

Thanks

Peter Noneley
Cardiff (Still overcast and grey)
Wales
UK
www.xlfdic.com

 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      4th Dec 2006
Hi Peter

Explain on your site that is not a xls anymore.


--

Regards Ron de Bruin
http://www.rondebruin.nl



"Peter Noneley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I have converted an XLS file to EXE. The file is more for information
> rather than for data entry or changing values that need to be saved.
>
> I can now double click the EXE and it will start Excel with a copy of
> the XLS file.
>
> One advantage of this is that the macros in the original XLS file do
> not cause Excel to show the "Enable/Disable" macro alert each time the
> file is started.
>
> As this is the first time I have tried this I do not know what are the
> potential problems with an XLS converted to EXE.
>
> I would be grateful for any comments or advice on the advantages /
> disadvantages of converting XLS to EXE.
>
> If you want to have a look at the converted file its the Excel Function
> Dictionary at www.xlfdic.com
>
> The free program I used to convert from XLS to EXE is called XLtoEXE
> and is at http://orlando.mvps.org/index.asp#XLtoExe
>
> Thanks.
>
> Peter Noneley
> Cardiff (overcast and wet)
> Wales
> UK
>


 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      4th Dec 2006
>I have come across one web site with a ripped
>version of my file with someone elses name on it


You should "call out" this site and person in public to expose them for the
slime that they are.

Biff

"Peter Noneley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Bob, Roger.
>
> Thanks for the comments.
>
> I think there is a switch in Orlandos XLtoEXE program that will allow
> the current instance of Excel to be used. I will have a look and maybe
> use that option.
>
> I'm also in two minds as to the benefit of the EXE ability to bypass
> the "Enable/Disable" macro message. Its great to get rid of the nagging
> box, but the potential for misuse could be a problem.
>
> One of the reasons I was trying the EXE was to help prevent people
> ripping off the file as their own work. I have come across one web site
> with a ripped version of my file with someone elses name on it, now
> thats just not cricket!
>
> I know that in the long run I can never stop it completely, but maybe I
> will put off some of the casual rippers.
>
> Thanks
>
> Peter Noneley
> Cardiff (Still overcast and grey)
> Wales
> UK
> www.xlfdic.com
>



 
Reply With Quote
 
jkend69315@aol.com
Guest
Posts: n/a
 
      4th Dec 2006
Peter, Roger, Bob and Ron:
WOW! We are agape over this thing. We're itching to give it a try but
terrified of losing work and/or causing a Windows problem. Any
additional comments would be gratefully received. James
Ron de Bruin wrote:
> Hi Peter
>
> Explain on your site that is not a xls anymore.
>
>
> --
>
> Regards Ron de Bruin
> http://www.rondebruin.nl
>
>
>
> "Peter Noneley" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> >
> > I have converted an XLS file to EXE. The file is more for information
> > rather than for data entry or changing values that need to be saved.
> >
> > I can now double click the EXE and it will start Excel with a copy of
> > the XLS file.
> >
> > One advantage of this is that the macros in the original XLS file do
> > not cause Excel to show the "Enable/Disable" macro alert each time the
> > file is started.
> >
> > As this is the first time I have tried this I do not know what are the
> > potential problems with an XLS converted to EXE.
> >
> > I would be grateful for any comments or advice on the advantages /
> > disadvantages of converting XLS to EXE.
> >
> > If you want to have a look at the converted file its the Excel Function
> > Dictionary at www.xlfdic.com
> >
> > The free program I used to convert from XLS to EXE is called XLtoEXE
> > and is at http://orlando.mvps.org/index.asp#XLtoExe
> >
> > Thanks.
> >
> > Peter Noneley
> > Cardiff (overcast and wet)
> > Wales
> > UK
> >


 
Reply With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      4th Dec 2006
I agree with you that most people will not try the exe file.
But this is Peter's choice



--

Regards Ron de Bruin
http://www.rondebruin.nl



<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Peter, Roger, Bob and Ron:
> WOW! We are agape over this thing. We're itching to give it a try but
> terrified of losing work and/or causing a Windows problem. Any
> additional comments would be gratefully received. James
> Ron de Bruin wrote:
>> Hi Peter
>>
>> Explain on your site that is not a xls anymore.
>>
>>
>> --
>>
>> Regards Ron de Bruin
>> http://www.rondebruin.nl
>>
>>
>>
>> "Peter Noneley" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Hi,
>> >
>> > I have converted an XLS file to EXE. The file is more for information
>> > rather than for data entry or changing values that need to be saved.
>> >
>> > I can now double click the EXE and it will start Excel with a copy of
>> > the XLS file.
>> >
>> > One advantage of this is that the macros in the original XLS file do
>> > not cause Excel to show the "Enable/Disable" macro alert each time the
>> > file is started.
>> >
>> > As this is the first time I have tried this I do not know what are the
>> > potential problems with an XLS converted to EXE.
>> >
>> > I would be grateful for any comments or advice on the advantages /
>> > disadvantages of converting XLS to EXE.
>> >
>> > If you want to have a look at the converted file its the Excel Function
>> > Dictionary at www.xlfdic.com
>> >
>> > The free program I used to convert from XLS to EXE is called XLtoEXE
>> > and is at http://orlando.mvps.org/index.asp#XLtoExe
>> >
>> > Thanks.
>> >
>> > Peter Noneley
>> > Cardiff (overcast and wet)
>> > Wales
>> > UK
>> >

>


 
Reply With Quote
 
Peter Noneley
Guest
Posts: n/a
 
      4th Dec 2006
OK, I hear you loud and clear !

The EXE version will bite the dust, and the XLS will be reinstated.

I thought that this would be the case, people are more worried about
EXE than XLS with VBA in it, as you can stop the VBA, but you can't
stop the EXE.

Maybe I could suggest the link to the XLtoEXE converter for those who
want to convert the XLS file themselves.

I will get on to the XLS thing now, though I really should be doing
other stuff, I just don't have time !

Peter Noneley wrote:
> Hi,
>
> I have converted an XLS file to EXE. The file is more for information
> rather than for data entry or changing values that need to be saved.
>
> I can now double click the EXE and it will start Excel with a copy of
> the XLS file.
>
> One advantage of this is that the macros in the original XLS file do
> not cause Excel to show the "Enable/Disable" macro alert each time the
> file is started.
>
> As this is the first time I have tried this I do not know what are the
> potential problems with an XLS converted to EXE.
>
> I would be grateful for any comments or advice on the advantages /
> disadvantages of converting XLS to EXE.
>
> If you want to have a look at the converted file its the Excel Function
> Dictionary at www.xlfdic.com
>
> The free program I used to convert from XLS to EXE is called XLtoEXE
> and is at http://orlando.mvps.org/index.asp#XLtoExe
>
> Thanks.
>
> Peter Noneley
> Cardiff (overcast and wet)
> Wales
> UK


 
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
Web Garden - What's The Benefit? Cramer Microsoft ASP .NET 3 8th Jul 2008 11:09 PM
how do i use passport to my benefit? =?Utf-8?B?RGVicmEgRC4gTmV3cG9ydA==?= Microsoft Access Security 1 5th Sep 2006 02:06 AM
What's Benefit of Dim db vs Currentdb ? Mike Thomas Microsoft Access Form Coding 2 22nd Dec 2004 10:05 PM
How much RAM is too much or no benefit t d w DIY PC 20 22nd Jan 2004 04:32 PM
What is the benefit of SQL Gigi Microsoft Access ADP SQL Server 2 12th Aug 2003 05:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:48 AM.