Link to home
Start Free TrialLog in
Avatar of Rrave26
Rrave26

asked on

Inserting Drop Down Date picker in Excel VBA Userform

I have a user form for entering several date and time information.  For ease of data entry I'd like to utilize the date and time picker in Excel 2010.  I want the user to click on a "Date"  button in field A and have the date picker pop up and they can select the date and have it populate field A.  Then they would move to the next fiield click on the "Date" button and they can select the date and have it populate filed B.  Here are my questions:

1.  What is the best way to accomplish this?
2. Since I will be calculating durations is it best to enter the date and time in one field or do it seperate fields.  

Hope this helps.
Avatar of David Lo
David Lo
Flag of United States of America image

1. Check out this tutorial:
http://www.fontstuff.com/excel/exltut03.htm

2. I would use a separate field to calculate durations.
Avatar of Rrave26
Rrave26

ASKER

This article seems to apply to putting a drop down calendar on an excel spreadsheet.  Will this work if I want the calendar to pop up on the userform I've created?
ASKER CERTIFIED SOLUTION
Avatar of David Lo
David Lo
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rrave26

ASKER

Not ignoring you, I will take a look at that solution.