ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Convert Excel. xls to .exe (https://www.excelbanter.com/excel-programming/350353-convert-excel-xls-exe.html)

Myrna Rodriguez[_3_]

Convert Excel. xls to .exe
 
Happy Friday!

Is there a way to convert an Excel file into an .exe (executable file)??

This is what I want to do:
- design and develop a userform in Excel that the user can run from
their PC without opening Excel.

-the userform simply has three command buttons that will open a file
when clicked.

-I don't have Visual Basic, so my only way to run this userform is by
opening Excel.
Is there a shortcut to bypass opening Excel?

Thanks for looking and you're help is appreciated.

happy day!

*** Sent via Developersdex http://www.developersdex.com ***

Chip Pearson

Convert Excel. xls to .exe
 
Is there a way to convert an Excel file into an .exe
(executable file)??


No, there is no way to do this. The user must have Excel
installed on his machine.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Myrna Rodriguez" wrote in message
...
Happy Friday!

Is there a way to convert an Excel file into an .exe
(executable file)??

This is what I want to do:
- design and develop a userform in Excel that the user can run
from
their PC without opening Excel.

-the userform simply has three command buttons that will open a
file
when clicked.

-I don't have Visual Basic, so my only way to run this userform
is by
opening Excel.
Is there a shortcut to bypass opening Excel?

Thanks for looking and you're help is appreciated.

happy day!

*** Sent via Developersdex http://www.developersdex.com ***




Myrna Rodriguez[_3_]

Convert Excel. xls to .exe
 
The user will have Excel installed on his machine.
I want the user to open the .exe from their (desktop)and launch the
Excel Userform.

Is it possible or should I refer to VB?

Now, if I developed the userform in VB, will the user need to have VB
installed on their machine?

Thanks!

happy day!!

*** Sent via Developersdex http://www.developersdex.com ***

Kevin B

Convert Excel. xls to .exe
 
Why not load the form using the file's Workbook_Open event?
--
Kevin Backmann


"Myrna Rodriguez" wrote:

The user will have Excel installed on his machine.
I want the user to open the .exe from their (desktop)and launch the
Excel Userform.

Is it possible or should I refer to VB?

Now, if I developed the userform in VB, will the user need to have VB
installed on their machine?

Thanks!

happy day!!

*** Sent via Developersdex http://www.developersdex.com ***


GB

Convert Excel. xls to .exe
 
Kevin answers your real question of using an Excel Form so that as soon as
the excel file is open, the Thisworkbook "module" contains code in the
Thisworkbook_Open sub routine to go directly to your form, and then when the
form is done, to close out the excel file.

As for creating something in VB (not VBA), you would be able to compile the
code to create an EXE file and not need VB installed on the machine. It may
require some additional DLL files, depending on how complex you make things,
but for what you are talking about it should run when fully compiled without
any additional software installed.


"Myrna Rodriguez" wrote:

The user will have Excel installed on his machine.
I want the user to open the .exe from their (desktop)and launch the
Excel Userform.

Is it possible or should I refer to VB?

Now, if I developed the userform in VB, will the user need to have VB
installed on their machine?

Thanks!

happy day!!

*** Sent via Developersdex http://www.developersdex.com ***



All times are GMT +1. The time now is 03:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com