Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 226e4d5

Browse files
authored
Merge pull request #62 from spences10/update-readme
🎢add gifs yo!🎢
2 parents bfba2c9 + b1049ee commit 226e4d5

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,27 @@ All you need to do to build the binary is create an empty `.zip` file, name it `
5151

5252
>Now [I'm assuming you're on windows] if you have the Folder Options setting for `Hide extensions for known file types` checked then this is the time to uncheck it.
5353
54+
![](/img/unhide-file-extensions.gif)
55+
5456
Rename the file extension on the newly created `VBA-IDE-Code-Export.zip` file from `.zip` to `.xlsm` acknowledge the dialog saying `if you change the extension bad things might happen` and you will have the binary ready to add the code to.
5557

58+
![](/img/build-from-source.gif)
59+
5660
### Add the code
5761

5862
Best way to do this, have the `VBA-IDE-Code-Export.xlsm` VBA IDE open in one window then the file explorer open at the `src` folder in another window.
5963

6064
Multi select the contents of the folder **_excluding `VBA-IDE-Code-Export.package` and `CodeExport.config.json`_** drag and drop into the `VBA-IDE-Code-Export.xlsm` VBA IDE.
6165

66+
Add in the following references:
67+
68+
1. Microsoft Scripting Runtime
69+
2. Microsoft Visual Basic for Applications Extensibility 5.3
70+
6271
Save, Debug>Compile the project then from the Immediate pane in the VBA IDE enter `auto_open` and hit return this should create the VBA IDE menu items, you're ready to move onto **usage.**
6372

73+
![](/img/add-code.gif)
74+
6475
## Usage
6576

6677
The add-in will create a menu in the VBA IDE (the VBE) called `Export for VCS`. All controls for the add-in are found in this menu.
@@ -83,7 +94,6 @@ The `Import` button in the `Export For VCS` menu will:
8394
* Add all library references declared in the configuration file. Existing library references will be overwritten.
8495
* Set the VBAProject name as declared in the configuration file.
8596

86-
8797
### Exporting
8898

8999
The `Export` button in the `Export For VCS` menu will:

img/add-code.gif

4.21 MB
Loading

img/build-from-source.gif

5.58 MB
Loading

img/unhide-file-extensions.gif

1.64 MB
Loading

0 commit comments

Comments
 (0)