From 525f589a1693225c5def2f78bd9d0974d782285b Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 12 Nov 2023 08:54:26 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d64ac41..5b68d3d 100644 --- a/README.md +++ b/README.md @@ -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-insAdd-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 (ProjectAddImport File(s)…). +11) Import the twinBASIC files into twinBASIC IDE (Project->Add->Import File(s)…). AddinManagerDialog @@ -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