Thread: multipage
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AManso AManso is offline
external usenet poster
 
Posts: 3
Default multipage

Hello
I cannot understand why this do not work properly on excel 2003 SP2 and it
works ok on excel 2000, both running on windows bxp

userform1
multipage1, pages 1 to 6
textbox1 in page 1

Private Sub MultiPage1_Change()
If MultiPage1.Value = 1 Then
If TextBox1.Value = Empty Then MultiPage1.Value = 0
TextBox1.SetFocus
End If
End Sub

Any ideas?

Thanks