View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Calendar Userform?

If you have any Calendar controls installed reference it and have that in a
separate userform which is called from your command button

http://www.rondebruin.nl/calendar.htm
--
If this post helps click Yes
---------------
Jacob Skaria


"Bishop" wrote:

I'd like to make a userform that has a commandbutton that when pushed pops up
a calendar. It would show the current month. You could scroll through the
months and the years, etc. Once you select your date the calendar disappears
and that date shows on your commandbutton. But this is going to be a lot of
work. Does something like this already exist?