Hi All
I have a tab strip on my form.
I have created Page21_Click() On click event to bring back a message box for when ever i click on the second page on my tab strip(which is called Page21).
this is the code
But it doesnt execute anything? Does anyone know why this is?
Thanks
I have a tab strip on my form.
I have created Page21_Click() On click event to bring back a message box for when ever i click on the second page on my tab strip(which is called Page21).
this is the code
Code:
Private Sub Page21_Click()
MsgBox "Hello"
End Sub
But it doesnt execute anything? Does anyone know why this is?
Thanks