Using Excel 2002 I chose an ActiveX control (namely Microsoft Forms
2.0 Frame control) from Visual Basic Toolbar, Control Toolbox, More
Controls. This control is a UserForm which can be inserted in the
Worksheet. In its edit mode this frame control disposes of an own
toolbox with all the controls which can be added on it. After I built
the UserForm in this way, I couldn't write the necessary VB code
because in the window code object list box only frame shows but not
its controls (commandbutton, combobox, etc.).
What am I supposed to do so that in the window code show the controls
added on the frame as well?