Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GCuser99 authored Nov 12, 2023
1 parent 47ab669 commit 525f589
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ The resulting imported form and code may have to be tweaked in **twinBASIC** to
3) Open an MS Office document that contains UserForm(s) to be converted.
4) Open the Visual Basic for Application IDE.
5) You should see the "twinBasic Tools" menu item on the far right of the main menu bar.
6) If menu not visible, then click on "Add-insAdd-in Manager".
6) If menu not visible, then click on "Add-ins->Add-in Manager".
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.
8) Click on "twinBasic Tools" menu, then "Convert UserForm".
9) In the dialog that pops up, select the UserForm(s) that you want to convert, and then hit Convert button.
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.
11) Import the twinBASIC files into twinBASIC IDE (ProjectAddImport File(s)…).
11) Import the twinBASIC files into twinBASIC IDE (Project->Add->Import File(s)…).

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

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

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

## Things Yet to Do:

- Create Inno installer

## Acknowledgements

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

0 comments on commit 525f589

Please sign in to comment.