Message 1 of 5
VBA Date Picker for Inventor 2014 64-Bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am creating a userform in VBA and I need to be able to add dates with a Date Picker.
Can someone please tell me how to get a date picker into a Userform in Inventor 2014 64-Bit VBA?
I have added the Microsoft Date Picker V6.0 into the 32 Bit System, but I cannot get it to show in the Inventor VBA Module...
We can do it by using 2 serpeate text boxes (Day, Month & Year) but our preferred method is with a date picker (As Excel, Access etc).