View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jo[_4_] Jo[_4_] is offline
external usenet poster
 
Posts: 10
Default userform frame control

Hi
I am trying to use a userform with 2 frames. On the
intialize I would like frame2 to be all disable then on
clicking frame1 be enable.
Help!!!
This code below does not work.
Thanks in advance
Jo

Private Sub UserForm2_Initialize()
Frame2.Controls = False
End Sub