E
Eddie_SP
Hi !
I have a multipage with 5 pages.
I want that: only when I select the page #4 ".page(3)" the routine is
activated.
It's something like:
If Me.MultiPage1.Pages(3).Enabled = True Then
Do the command...
But it doesn't work, cause if I click on page 2, whatever, it starts the
command anyway.
I think that my mistake is in the syntax...
Someone help me?
I have a multipage with 5 pages.
I want that: only when I select the page #4 ".page(3)" the routine is
activated.
It's something like:
If Me.MultiPage1.Pages(3).Enabled = True Then
Do the command...
But it doesn't work, cause if I click on page 2, whatever, it starts the
command anyway.
I think that my mistake is in the syntax...
Someone help me?