Calendar, a pure-VBA userform (FrmCal)

VBA pure Calendar form, no outside lib needed
Edit 2020-03-18: Enhance controls and fixing the zip by adding frmCal.frx

CodeFunctionName
What is this?

Public

Tested

Imported
' After importing the form
' Use code as in example below to ask user for date.



Optional initialDate = ""

' To read date from user into variable
SelectedDate = frmcal.Date_AskUser()

' To set initial certain month calendar and selected date
SelectedDate= frmcal.date_askuser("11/15/2012")

Views 4,881

Downloads 1,578

CodeID
DB ID