Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create my first VBA UserForm. I'm starting with the basics like hooking up "OK" and "Cancel" buttons. I would follow the Windows .NET documentation, but apparently the Inventor userforms are different from .NET user forms, because the forms and their controls seem to have different methods and properties.
Is there any documentation or tutorials on how to create UserForms in Inventor VBA?
Specifically, how do I:
- Make the Cancel button close my form (not just hide it)?
- Hook up the "Enter" key to my OK button code?
- Hook up the "Esc" key to my Cancel button code?
Solved! Go to Solution.