View Single Post
 
Old 08-04-2015, 09:26 PM
ickelly ickelly is offline Windows 8 Office 2013
Novice
 
Join Date: Aug 2015
Posts: 2
ickelly is on a distinguished road
Default How do I code ListBox and DatePicker in UserForm? - Word 2013

Hello,

I have prepared a proposal template for our company that contains a "Date" field and a "Projoct Cost" field. In the template, I used a date picker content control and a drop-down list content control for these fields.

When I design the user form in the VBE, I don't see the option to include a date picker or drop-down list. According to Greg Maxey's user form page (http://gregmaxey.com/word_tip_pages/..._userForm.html), including these tools in the user form requires a reference to the Microsoft Forms 2.0 Object Library and Microsoft Windows Common Controls-2.6.0. I'm using Word 2013, and not able to access either through VBE Tools>References.

Does anyone know of any alternate ways of coding input boxes in a user form that will allow for this functionality?

Thanks,

Ian
Reply With Quote