I have an Excel workbook with Macros that can launch a form.
When I convert to ods, there are some problems when the code runs.
- The Application object is undefined. In Excel, it represents the Excel object. (This can be updated by me, but the conversion should probably not create code that generates errors when run, unless there’s a mechanism to search for conversion problems…is there?)
- When I launch the modeless form, it is modal and prevents me from clicking on the sheet until I close the form.
- When I close the form, the value that I put into a cell gets cleared.
Using LO 7.5.5.2 on Windows 10 64-bit
Source: MSOffice 365 ProPlus, but originally created in Excel 2016.
Related: I tried searching the site through Google for UserForm (Excel term) and found nothing. Similarly, Form didn’t really help. I just wanted to see how LO handled the .Show method of a form, to see how it implements the constant “vbModeless” (which is recognized since hovering over shows the value.)