https://github.com/jaykilleen/xlWeeties
https://github.com/jaykilleen/xlWeeties
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaykilleen/xlWeeties
- Owner: jaykilleen
- Created: 2015-12-21T01:01:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T23:36:18.000Z (almost 9 years ago)
- Last Synced: 2024-08-13T07:18:25.384Z (6 months ago)
- Language: Visual Basic
- Size: 4.88 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jaykilleen/xlWeeties - (Visual Basic)
README
# xlWeeties
Simply copy and paste the code from [init.bas](https://github.com/jaykilleen/xlWeeties/blob/master/init.bas) into a new module named 'xlWeeties'.
Also copy the [add_reference.bas](https://github.com/jaykilleen/xlWeeties/blob/master/add_references.bas) to a new module called `add_references`.
For it to all work you will need to add the `Microsoft Visual Basic For Applications Extensibility 5.3` library to your VBA Editor (as `add references` cannot do this for you because it depends on this library).
You can do this as per [cpearson](http://www.cpearson.com/excel/vbe.aspx) instructions:
>First, you need to set an reference to the VBA Extensibility library. The library contains the definitions of the objects that make up >the VBProject. In the VBA editor, go the the Tools menu and choose References. In that dialog, scroll down to and check the entry for >Microsoft Visual Basic For Applications Extensibility 5.3. If you do not set this reference, you will receive a User-defined type not >defined compiler error.
You can then run the `add_references` module.
You can then run the `xlWeeties` module.
:)