Date Picker in MS Word 2007

M

mikef

I made a form with Date Pickers in the form. Works great EXCEPT that I made
the
form originally in October 2009. To this day you go to pick a date, October
2009 is the first month that pops up, so the person has to arrow (on the
calendar) to the correct month that they're picking. Not too bad now, but
when it gets to being Fall of 2010 it's going to be a nuisance and a pain to
forward to the month the person's looking for. The only way I could change
it was to copy the form, delete the "copied" Date Pickers, put new ones in
and now December shows up first, but I'd rather not have to send everyone
new/updated forms every month. Is that the only way to do this? Thank you
very much for your time. . .
 
D

Doug Robbins - Word MVP

If you click on the Today button then access the Date Picker again, you can
select a date in the current month.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
G

Graham Mayor

Add the following to the userform to set the default date as today's date

Private Sub UserForm_Initialize()
DTPicker1.Value = Date
End Sub

Change DT1Picker to the date picker name.

See also http://www.gmayor.com/popup_calendar.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top