https://github.com/boris1993/excel-auto-filling
Auto filling cells with specified rule or content
https://github.com/boris1993/excel-auto-filling
data-generator excel vba vba-excel
Last synced: 16 days ago
JSON representation
Auto filling cells with specified rule or content
- Host: GitHub
- URL: https://github.com/boris1993/excel-auto-filling
- Owner: boris1993
- License: wtfpl
- Created: 2017-07-18T03:18:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T12:33:03.000Z (over 6 years ago)
- Last Synced: 2025-02-14T06:29:44.819Z (2 months ago)
- Topics: data-generator, excel, vba, vba-excel
- Language: Visual Basic
- Homepage:
- Size: 716 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Filling Script For Excel
Generate a bunch of data in Excel with given content---
## Files- data_generator.bas: The data generator
- frmGenerator.frm and frmGenerator.frx: The GUI version of the generator
---
## How to enable the developer ribbon
### In the Windows version
Goto "File" -> "Options" -> "Customize Ribbon"
Under Customize the Ribbon and under Main Tabs, select the "Developer" check box
### In the Mac version
Goto "Excel" -> "Preferences" -> "Ribbon & Toolbar"
Then tick "Developer"

---
## How can I use this
### For the script version:
- Open the "Visual Basic" developing environment

- Import `data_generator.bas` in Excel VBA


- Edit the code to fit your requirements, or you can write your logic here

- And execute

- Then you can check if the result matches your requirement

### For the GUI version:
**Seems the UserForm won't work in the Mac version Office**
- Import `frmGenerator.frm` in Excel VBA
- Run the form and fill in the blanks
- Click "Generate"
---
## License
This source code is published under the WTFPL license. For detail, see [LICENSE](LICENSE) file.