View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default Add a form and put a calendar on it using VBA

In Office 2003 on Windows XP, I need some code that will programmatically
create a form and place the calendar (11) control on it.

The macro recorder does not work for this. Does someone have a string of
code that will do this?

I don't need buttons because I plan to use the click event to get the date
and close the form.

Thanks.