Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working on a VB script with the goal to import data from a raw file
(using userforms) into the spreadsheet. Is it possible to develop this in Excel AND create it as an EXE file? Thank you in advance for any help. NJ |
#2
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel cannot produce executable (EXE) files.
-- Rick (MVP - Excel) "Neil Jones" wrote in message ... I am working on a VB script with the goal to import data from a raw file (using userforms) into the spreadsheet. Is it possible to develop this in Excel AND create it as an EXE file? Thank you in advance for any help. NJ |
#3
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Unless something has changed in the last version or 2, you can't turn an
Excel/VBA project into a .exe file, unfortunately. -- Time is just the thing that keeps everything from happening all at once "Neil Jones" wrote: I am working on a VB script with the goal to import data from a raw file (using userforms) into the spreadsheet. Is it possible to develop this in Excel AND create it as an EXE file? Thank you in advance for any help. NJ . |
#4
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
Without some expensive, specialized tools you won't be able to create a .EXE
file. Look into creating it as an add-in (.xla) file. "Neil Jones" wrote: I am working on a VB script with the goal to import data from a raw file (using userforms) into the spreadsheet. Is it possible to develop this in Excel AND create it as an EXE file? Thank you in advance for any help. NJ . |
#5
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming
|
|||
|
|||
![]()
"Neil Jones" je napisao u poruci interesnoj
... I am working on a VB script with the goal to import data from a raw file (using userforms) into the spreadsheet. Is it possible to develop this in Excel AND create it as an EXE file? there are three very similar solutions: - vbscript - excel vba - vb express depending on your code organization/architecture, you may have central working procedure to be the same for all of three solutions, just have outer wrapper procedure, special for each case vb express is part of free ms visual studio express, and it may produce standalone exe |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Application to MS Access Application | Excel Programming | |||
Excel.Application is not defined error in asp.net application | Excel Programming | |||
Execute a Macro from one excel Application to another Application | Excel Programming | |||
Replace application.RTD property by Application.RTDServers collect | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming |