exe

  1. N

    VB.net "vs" Excel VBA

    Hello everybody, I have recently started learning Excel VBA, with an eye of making a couple of apps for myself. However, I would now be interested to make them as .exe files and standalone projects, so that I might possibly be able to sell them. So far I realize that ; - Excel VBA needs ...
  2. L

    How can I define several parameters to be read by an file .exe?

    I would like to add several parameters in Excel to be read by an .exe file (python script). I have these two main functions in VBA that I am using for this. Does anyone know how I can change them to allow the incorporation of multiple parameters? I'm only able to insert one parameter in the...
  3. A

    Open a file from VBA

    Hello all, I found this online, and I think it is very close to what I am trying to do, but haven't had much luck in adjusting it to my needs. I am just looking for a way for VBA to open a file. In this case a .PS1 file. Sub RunAndGetCmd() strCommand = "Powershell -File...
  4. C

    Opening an exe file using vba

    I have an excel file that has a list of exe files and I want to create a macro button to run those exe files. But for some reason it is not working for me. This is the code I used: If Dir(ProgName(k)) <> "" Then 'check if executable file exists RetVal = Shell(ProgName(k)...
  5. N

    How can I convert my Excel VBA Macros to EXE File

    Dear All, I have prepared lots of Excel based Tools using excel macros. In these Excel Sheets user normally browses excel files or inputs data as guided by the Tool and then runs my macros to generate a desired output. Everything is working fine. However, instead of distributing these Tools as...
  6. H

    VBA Shell creating a TXT file

    Hello guys! I made a C++ .EXE program that generates in a txt file points of a Fourier series of a given function. The program is working just fine. It generates the data and I can, manually, import these to excel to create the charts. Marvelous. The problem is when I try to automate the...
  7. H

    Making a VBA Shell Call of a EXE create a TXT file

    Hello guys! I made a C++ .EXE program that generates in a txt file points of a Fourier series of a given function. The program is working just fine. It generates the data and I can, manually, import these to excel to create the charts. Marvelous. The problem is when I try to automate the...
  8. S

    Calling Python script in excel as executable

    I am currently developing a tool for a client that interfaces with both python 2.7 and excel 2013 and as a result running into a problem. As background, I have a python code I want to run as a executable. The client doesn't have python on their computers so it's vital that the exe runs without...
  9. F

    exe file won't run from within excel

    Hi, I have a workbook in which users are supposed to give in a lot of data, which then can be exported as a .csv and turned into a nice-looking pdf report including graphs etc. The pdf is generated via a .exe file that a colleague of mine programmed using Processing. When I open this exe file...
  10. K

    Excel into .exe?

    Hey Guys....id there a way to create a program that uses submission forms to put info in an excel file? I work at a School in a computer repair classroom and im curious if theres a way to creat the program so that the students will have tickets to fill out. I want to set it up so that it has a...
  11. garden_rael

    Create an EXE linked to Access Database

    I'm using Access 2002, I've read that it is not possible to create an exe file from a database, is this true? I also read that one'd need ODE so one can include a runtime version of access.. I've seen some .EXE's linked to a Access Database, how is this possible? What I'm trying to do is to...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top