Apr 20 2021 04:56 PM
I'm looking for an alternative add-ins to create user forms in VBA for Mac, since the Microsoft team removed it from the recent versions for Mac OS.
Do you guys have any suggestions?
Apr 21 2021 02:11 AM
Sep 06 2021 06:20 AM
Sep 06 2021 06:21 AM
Jul 08 2022 10:33 AM
@JimGMac I tested the code in the link you posted but it did not work. I get an error that variable showform is not declared.
Still looking for a solution.
Jul 09 2022 02:34 PM
You can generate user forms via code. Instructions and example code are given in the link below. In the Visual Basic Editor (VBE) be sure to use the Tools menu > References and set these References before running the example code:
Here's more example code