A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Agree. And please don't forget to vote here:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I just installed the Office 365 home pack on my Mac and I am learning the Excel sheet. While working on a sheet I needed to work on Visual Basic editor but I don't find the User Form, Usually it was present in earlier versions.
While searching I found that it is a missing and Microsoft is working on it. But, still I am not satisfied with this answer. Tell me where is that command, Where I can get that User Form in my Excel( Visual Basic editor)?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Agree. And please don't forget to vote here:
Answer accepted by question author
This post may help you manually add the user form as there is no command for Mac yet to add it in.
I have an update.
Be sure you have updated to Excel version 16.52 or newer
It appears that you can now generate user forms via code. Instructions and example code are given in the link below. Be sure to use the Tools menu > References and set these References before running the example code:
Microsoft Visual Basic for Applications Extensibility 5.3
Microsoft Forms 2.0 Object Library
VBA Express : Excel - Programmatically Add a UserForm
This should get you started. I think you can now use code to add, remove and modify the userform and its controls. Please give this a try and reply whether or not this works for you.
Thanks