Calander Control

  • Thread starter Thread starter A Jones
  • Start date Start date
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
 
add the calendar control and a command button to a userform

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

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

Back
Top