Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default 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 ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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 ***



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default 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 ***
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,316
Default 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 ***

  #5   Report Post  
Posted to microsoft.public.excel.programming
GB GB is offline
external usenet poster
 
Posts: 230
Default 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 ***

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
can the "convert" function in excel convert to UK gallons? JR Excel Discussion (Misc queries) 2 April 24th 08 04:55 PM
How do I convert a Macintosh version 1 excel file to excel 2003 roy678 Excel Discussion (Misc queries) 1 March 28th 05 01:18 AM
How to convert excel Docs to pocket excel on my mobile device New User again New Users to Excel 1 March 8th 05 07:02 PM
convert decimal number to time : convert 1,59 (minutes, dec) to m agenda9533 Excel Discussion (Misc queries) 8 January 20th 05 10:24 PM
Convert Time...!convert tenths of a second Pape Excel Discussion (Misc queries) 2 December 16th 04 10:17 AM


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