Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erujs/vba-file
Visual Basic script that creates and writes data to a specified file type
https://github.com/erujs/vba-file
vba-excel vba-macros
Last synced: 8 days ago
JSON representation
Visual Basic script that creates and writes data to a specified file type
- Host: GitHub
- URL: https://github.com/erujs/vba-file
- Owner: erujs
- Created: 2018-11-29T15:04:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T04:42:24.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:18:20.210Z (4 months ago)
- Topics: vba-excel, vba-macros
- Language: VBA
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - erujs/vba-file - Visual Basic script that creates and writes data to a specified file type (VBA)
README
## vba-file
Macro tool that can create and writes data to a specified file type.### Enable developer mode on Excel
- in Excel click File tab and goto Options
- in Options, navigate to Customize Ribbon
- under Main tabs, ensure that the checkbox for Developer is in check### Importing VBA module
- in Developer tab click Visual Basic to open the editor
- `Right-click` on Project-VBAProject Window and select `Import File`
- navigate the `.bas` file to be imported### Create VBA module
- goto Visual Basic Editor
- `Right-click` on Project-VBAProject Window and select `Insert` → `Module` from the context menu
- start coding :heart:
- to run the code: simply press `F5` to execute the whole code or `F8` to run it by line