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
Oct 20 2023 10:15 AM
Hello
after following the. instructions I receive this message error :
For N = 1 To ActiveWorkbook.VBProject.VBComponents.Count.
unfortunately I don't get any knowledges in VBA or computer language.
could you please help me.
for my project, i m looking for 2 things :
create an user form or access to the option formular as tool on my ribbon
Oct 20 2023 04:27 PM
@shinchane101 To the best of my knowledge it is not possible to make VBA userforms in Visual Studio for Mac. I am not able to find any information about the userform+ product you mentioned.
Nov 08 2023 10:17 AM
@Anthgrim
I'm finalizing an add-in that can work on Mac OS that will build userforms automatically fromm worksheet data .it will allow data entry, navigation, searching etc.
Hopefully soon, there will be a free version. It's described here:
https://www.reddit.com/r/Excel4Mac/s/q6AMgkPfvf
if you want to try it out you can msg me and i will send a link to the docs, the xlam and help file.
Ian
Dec 28 2023 08:36 PM
@michaelmich66 Did you remember to "Trust access to the VBA project object module" in Excel Preferences/Security/Developer Macro Settings?
Jun 07 2024 12:48 AM