You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
30
30
4) Open the Visual Basic for Application IDE.
31
31
5) You should see the "twinBASIC Tools" menu item on the far right of the main menu bar.
32
32
6) If menu not visible, then click on "Add-ins->Add-in Manager".
33
-
7) In Add-in Manager window, click on tbUserFormConverter Add-in, and then make sure "Loaded/Unloaded" is checked - this will toggle on the "twinBasic Tools" menu item.
33
+
7) In Add-in Manager window, click on tbUserFormConverter Add-in, and then make sure "Loaded/Unloaded" is checked - this will toggle on the "twinBASIC Tools" menu item.
34
34
8) Click on "twinBASIC Tools" menu, then "Convert UserForm".
35
35
9) In the dialog that pops up, select the UserForm(s) that you want to convert, and then hit Convert button.
36
36
10) You will be prompted where to save the processed twinBASIC files - there should be two resulting files per UserForm - a .tbform and a .twin file.
@@ -52,7 +52,6 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
52
52
53
53
- Wayne Phillips' [twinBASIC](https://twinbasic.com/preview.html) and Sample 4: MyVBEAddin
54
54
- Tim Hall's [JsonConverter](https://github.com/VBA-tools/VBA-JSON/tree/master)
55
-
- Mike Wolfe's [createGUID](https://nolongerset.com/createguid/)
56
-
- Krool's [VBCCR](https://github.com/Kr00l/VBCCR)
57
-
- R. Beltran's [ArrayList](https://github.com/Theadd/ArrayList)
0 commit comments