B
Boss
Hi,
This code looks fine to me...
Private Sub Calendar1_Click()
dformat = format(Calendar1.Value, "dd-mmm-yyyy")
TextBox1.Value = dformat
End Sub
BUt ut give me a compile error. Can't find project in library.
Please hepl..
Thanks!
Boss
This code looks fine to me...
Private Sub Calendar1_Click()
dformat = format(Calendar1.Value, "dd-mmm-yyyy")
TextBox1.Value = dformat
End Sub
BUt ut give me a compile error. Can't find project in library.
Please hepl..
Thanks!
Boss