Thread: Calendar
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James Cox[_2_] James Cox[_2_] is offline
external usenet poster
 
Posts: 39
Default Calendar

Jose -

In the VBA editor window, select View | Toolbox to display the Toolbox
window. Right-click on it and select the Additional Controls option. This
will pop up a window titled Additional Controls - scroll down in that window
until you find the Microsoft Date and Time Picker Control. Place an x in
the check box and the icon for the Date Time Picker Control should appear on
the Toolbox window. Click on it, then draw a rectangle on your userform and
you should be good to go!

HTH

James Cox

"Jose`" wrote in message
...
Is there a function that I can use to pull a calendar
into a userform. The user has to input a few dates and I
would like a calendar to come up when they get to that
input on the userform.

thanks