View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
scantor145[_22_] scantor145[_22_] is offline
external usenet poster
 
Posts: 1
Default Adding a control to a User Form


Can anyone tell me why, on some occasions, that after I add a control to
a User Form, e.g. a checkbox whose name is chkTest, and then go to View
Code, the following code which should appear, does not?


Code:
--------------------
Private Sub chkTest_Click()

End Sub
--------------------


No matter what I do, it never shows up.


--
scantor145
------------------------------------------------------------------------
scantor145's Profile: http://www.excelforum.com/member.php...o&userid=14766
View this thread: http://www.excelforum.com/showthread...hreadid=476923