Skip to content

jaykilleen/xlWeeties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xlWeeties

Simply copy and paste the code from init.bas into a new module named 'xlWeeties'.

Also copy the add_reference.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 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.

:)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published