This question already has answers here:
How can I convert my Excel VBA Macros to EXE File? [closed]
(3 answers)
Is it possible to run a VBA form as a .exe file
(4 answers)
Closed 8 months ago.
Hello I'm trying to realize a shortcut menu to integrate in a VR, so it's basically grabbed from a windows grabber, but It's still in Excel. Is there a way to make this a standalone .exe? Like, it can start and be edited without Excel being open. Because in Excel I have to crop the Excel away to just show the menu/panel
enter image description here
Related
This question already has answers here:
How to edit and save text files (.py) in Google Colab?
(13 answers)
Closed 3 years ago.
I have a project entirely written in .py file. I want to edit something on that file so that I can customize my configuration of program
You can use %%writefile or %%file to write and edit a small python file. Loading a file content into a cell doesn’t work yet though.
This question already has answers here:
Getting the path of the current assembly
(4 answers)
Get program path in VB.NET?
(8 answers)
Executable directory where application is running from?
(6 answers)
Closed 5 years ago.
I am trying to find a way (for debugging purposes) to have my application display the full path of where the application is executing from to a label on my main form.
Code example -
Label34.Text = Filepath (or something similar)
What do I need to assign the Label text to so that it displays the full path of the running application?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I was wondering if it was possible to run code to create charts in excel that I will copy to a powerpoint presentation straight from powerpoint VBA? Or do I have to do it in excel?
You can do it directly from Powerpoint like this:
Embedding an Excel chart
If you have already created a chart in Excel, you can embed and link it to your PowerPoint presentation. When you embed an Excel chart in PowerPoint, any updates you make to the original Excel chart will automatically update in your presentation, as long as the files remain in the same location. This helps the data stay in sync, so you won't have incorrect or out-of-date information in your chart.
In PowerPoint, select the Insert tab.
Click the Object command in the Text group.
A dialog box will appear. Select Create from file, then click Browse
Locate and select the desired Excel file, then click Insert.
Check the box next to Link to file if you would like to link the data to the Excel chart. This will enable your chart to update itself when changes are made to the Excel chart.
Click OK. The chart will now appear in your presentation.
This question already has answers here:
How To Deploy Word 2010 Macros To Others?
(4 answers)
Closed 8 years ago.
I wrote a code in VBA on a specific excel worksheet (as a macro).
The code works perfectly and now I wish to send it as a script to other people how can I do it? without sending the excel I wrote to macro in, just the script.
Save your workbook as Excel Add-in :)
http://www.ozgrid.com/VBA/excel-add-in-create.htm
The VBE has facilities to export and import files:
In the VBE select the worksheet containing the code and right-click. Select Export to create a file containing the code.
Reverse the process to import a file
This question already has answers here:
Is there a way to crack the password on an Excel VBA Project?
(25 answers)
Closed 8 years ago.
I have an excel file with a VBA Project which is password protected. How can I unlock the file? The person who created this is no longer working and I have to unlock this file to make work easier.
Thanks in advance
Syed
This only works on four letter extension Excel files:
Download HexEdit from this address: http://www.physics.ohio-state.edu/~prewett/hexedit/
Change the extension of the Excel file to ".zip"
Open the file in WinZip
Find and change the name of the file "vbaProject.bin" to "vbaProject.bin1"
Extract the "vbaProject.bin1" file and open it in HexEdit
Search for the phrase "DPB" in the file and change it to "DPx"
Save the fileand remove the "1" at the end of the extension
Import the file back in the .zip file right next to "vbaProject.bin1" file
Delete the "vbaProject.bin1" file, save the .zip file and change the extension back to Excel
Open the Excel file. It will error, but click "OK" or similar