View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
T.c.Goosen1977[_5_] T.c.Goosen1977[_5_] is offline
external usenet poster
 
Posts: 1
Default Userform loses its capabilities...reset???


Private Sub CommandButton12_Click()
If CheckBox8 = True Then
Unload UserForm
Sheet4.Activate
UserForm4.Show
Else
End If
End Sub


Private Sub userform_terminate()
Sheet12.Select
UserForm1.Show
End Sub


--
T.c.Goosen1977
------------------------------------------------------------------------
T.c.Goosen1977's Profile: http://www.excelforum.com/member.php...o&userid=35895
View this thread: http://www.excelforum.com/showthread...hreadid=556924