Calander Control

A

A Jones

How do i link a vb form template to a calender control in
xl 2000? i need users to click a date and bring up a
blank data entry form.

Thanks in advance
 
P

Phonio

add the calendar control and a command button to a userform

sub commandbutton_click()
'enteryouruserformname.show
endsub
' this will load your userform:cool
 
Top