Multipage - If .Page(#).enabled Then
Now another thing...
When I select this page, the command is to open another file in a server here.
How could I close this file if someone change the page?
Something like:
If Me.MultiPage1.Value < 3 Then
ActiveWorkbook.Close False
End If
Thank you !
|