excel vba can't make Monthview visible

Joined
Dec 22, 2014
Messages
3
Reaction score
0
Hi
I put a monthview in my form. The button "mthvsiblecmd" used to make it visible does'nt work (see below) why???

************************
Private Sub Startdate_DateClick(ByVal DateClicked As Date)
Me.Datetb.Value = DateClicked
Startdate.Visible = False

.
Private Sub mthvsiblecmd_Click()
Me.Startdate.Visible = True
End Sub
**************************
I Can't make the monthview visible again

Can anyone help me?
Thanks very much
 

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

Top