K
kattes
Hi all,
I am stuck in a bad way, dunno if i am doing anything wrong.
I was trying in excel 2002 to include a multipage with 2 pages in it. I
added controls to it in edit mode. controls included labels, textboxes,
and buttons.
Now i dont know how to register the click event of the button inside
the multipage, or say the change event of the textbox inside the
multipage.
In edit mode, I clicked the button several times, but it does not go to
the code mode at all, all it does is that it goes for multipage events
only, not the events of the controls inside the multipage, please help
me.
Imagine that you have a user form with controls, if you drag and drop a
button and doubleclick, you go to the commandbutton1_Click() method in
code mode to add functionality. but if the button is inside a page of a
multipage, this is not happening. This is what I meant.
I am stuck in a bad way, dunno if i am doing anything wrong.
I was trying in excel 2002 to include a multipage with 2 pages in it. I
added controls to it in edit mode. controls included labels, textboxes,
and buttons.
Now i dont know how to register the click event of the button inside
the multipage, or say the change event of the textbox inside the
multipage.
In edit mode, I clicked the button several times, but it does not go to
the code mode at all, all it does is that it goes for multipage events
only, not the events of the controls inside the multipage, please help
me.
Imagine that you have a user form with controls, if you drag and drop a
button and doubleclick, you go to the commandbutton1_Click() method in
code mode to add functionality. but if the button is inside a page of a
multipage, this is not happening. This is what I meant.