Skip to content

Commit 525f589

Browse files
authored
Update README.md
1 parent 47ab669 commit 525f589

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
2929
3) Open an MS Office document that contains UserForm(s) to be converted.
3030
4) Open the Visual Basic for Application IDE.
3131
5) You should see the "twinBasic Tools" menu item on the far right of the main menu bar.
32-
6) If menu not visible, then click on "Add-insAdd-in Manager".
32+
6) If menu not visible, then click on "Add-ins->Add-in Manager".
3333
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.
3434
8) Click on "twinBasic Tools" menu, then "Convert UserForm".
3535
9) In the dialog that pops up, select the UserForm(s) that you want to convert, and then hit Convert button.
3636
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.
37-
11) Import the twinBASIC files into twinBASIC IDE (ProjectAddImport File(s)…).
37+
11) Import the twinBASIC files into twinBASIC IDE (Project->Add->Import File(s)…).
3838

3939
<img src="https://github.com/GCuser99/VBA-UserForm-to-twinBASIC/blob/main/images/addin%20window.png" alt="AddinManagerDialog" width=50% height=50%>
4040

@@ -48,10 +48,6 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
4848

4949
**Convert Dialog**: The UserForm Converter dialog allows to select the UserForm(s) for conversion.
5050

51-
## Things Yet to Do:
52-
53-
- Create Inno installer
54-
5551
## Acknowledgements
5652

5753
- Wayne Phillips' [twinBASIC](https://twinbasic.com/preview.html) and Sample 4: MyVBEAddin

0 commit comments

Comments
 (0)