Group:  Microsoft Excel ยป microsoft.public.excel.newusers
Thread: Control Tool Box

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Control Tool Box
"Epinn" <someone[ at ]example.com.NO_SPAM> 30.08.2006 08:21:07
Hi,

I want to learn how to use the elements (e.g. command button, option button,
combo box etc.) in the control tool box. Can someone point me to some
articles/tutorial? Don't seem to have much luck with help? What is the
control tool box for anyway?

Thanks.

Epinn


Re: Control Tool Box
"Bob Phillips" <bob.NGs[ at ]somewhere.com> 30.08.2006 09:05:27
It is a collection of worksheet controls that are event driven. If you
select one and then draw it on a worksheet, double-click the object and you
will be taken to a template event procedure for that control.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Epinn" <someone[ at ]example.com.NO_SPAM> wrote in message
news:eylyC1AzGHA.4104[ at ]TK2MSFTNGP02.phx.gbl...
[Quoted Text]
> Hi,
>
> I want to learn how to use the elements (e.g. command button, option
button,
> combo box etc.) in the control tool box. Can someone point me to some
> articles/tutorial? Don't seem to have much luck with help? What is the
> control tool box for anyway?
>
> Thanks.
>
> Epinn
>
>


Re: Control Tool Box
"Epinn" <someone[ at ]example.com.NO_SPAM> 30.08.2006 10:08:14
Thanks, but don't understand "event" at all. Are you talking about VBA,
macro etc.?

I would like to be able to read about some examples.

Epinn

"Bob Phillips" <bob.NGs[ at ]somewhere.com> wrote in message
news:uf3jrNBzGHA.4232[ at ]TK2MSFTNGP05.phx.gbl...
[Quoted Text]
> It is a collection of worksheet controls that are event driven. If you
> select one and then draw it on a worksheet, double-click the object and
you
> will be taken to a template event procedure for that control.
>
> --
> HTH
>
> Bob Phillips
>
> (replace somewhere in email address with gmail if mailing direct)
>
> "Epinn" <someone[ at ]example.com.NO_SPAM> wrote in message
> news:eylyC1AzGHA.4104[ at ]TK2MSFTNGP02.phx.gbl...
> > Hi,
> >
> > I want to learn how to use the elements (e.g. command button, option
> button,
> > combo box etc.) in the control tool box. Can someone point me to some
> > articles/tutorial? Don't seem to have much luck with help? What is the
> > control tool box for anyway?
> >
> > Thanks.
> >
> > Epinn
> >
> >
>
>


Re: Control Tool Box
"Bob Phillips" <bob.NGs[ at ]somewhere.com> 30.08.2006 11:02:59
No, I mean that it responds to events, things that happen. For instance, if
it is a commndbutton, there is a click event associated with it and you can
code that event. A combobox has a click event, but it also has a change
event. You can code to both. Because the controls have programmable events,
it offers greater flexibility.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Epinn" <someone[ at ]example.com.NO_SPAM> wrote in message
news:OVHS9wBzGHA.4392[ at ]TK2MSFTNGP04.phx.gbl...
[Quoted Text]
> Thanks, but don't understand "event" at all. Are you talking about VBA,
> macro etc.?
>
> I would like to be able to read about some examples.
>
> Epinn
>
> "Bob Phillips" <bob.NGs[ at ]somewhere.com> wrote in message
> news:uf3jrNBzGHA.4232[ at ]TK2MSFTNGP05.phx.gbl...
> > It is a collection of worksheet controls that are event driven. If you
> > select one and then draw it on a worksheet, double-click the object and
> you
> > will be taken to a template event procedure for that control.
> >
> > --
> > HTH
> >
> > Bob Phillips
> >
> > (replace somewhere in email address with gmail if mailing direct)
> >
> > "Epinn" <someone[ at ]example.com.NO_SPAM> wrote in message
> > news:eylyC1AzGHA.4104[ at ]TK2MSFTNGP02.phx.gbl...
> > > Hi,
> > >
> > > I want to learn how to use the elements (e.g. command button, option
> > button,
> > > combo box etc.) in the control tool box. Can someone point me to some
> > > articles/tutorial? Don't seem to have much luck with help? What is
the
> > > control tool box for anyway?
> > >
> > > Thanks.
> > >
> > > Epinn
> > >
> > >
> >
> >
>
>


Re: Control Tool Box
JLatham 02.09.2006 07:14:02
"Are you talking about VBA, macro etc.?"

Yes and no - an event, as Bob Phillips is some action that takes place such
as a click on a control or a change in the contents of a cell on a worksheet.
In response to such an event, quite often certain VBA code is excuted.
Example might be this in response to clicking on a command button:

Sub Command1_Click()
MsgBox "You clicked Command Button 1"
End Sub

If you're going to use the controls right on an Excel sheet, you may want to
look at the Forms toolbar rather than the Control Toolbox. They have similar
groups of controls, but the ones from the Forms toolbar are really created to
integrate with worksheets well: you can set up a cell to 'reflect' what
happened to a control, or which item was selected from a list or combo
box(drop down), and even have lists and dropdowns get their contents from a
group of cells on the worksheets.

Again, as Bob Phillips said, those Forms controls have 'wizards' to make
their set up very easy. Draw a control on the worksheet, right-click on it
and use Format Control to set the properties. And [F1] works great while
doing that.

"Epinn" wrote:

[Quoted Text]
> Thanks, but don't understand "event" at all. Are you talking about VBA,
> macro etc.?
>
> I would like to be able to read about some examples.
>
> Epinn
>
> "Bob Phillips" <bob.NGs[ at ]somewhere.com> wrote in message
> news:uf3jrNBzGHA.4232[ at ]TK2MSFTNGP05.phx.gbl...
> > It is a collection of worksheet controls that are event driven. If you
> > select one and then draw it on a worksheet, double-click the object and
> you
> > will be taken to a template event procedure for that control.
> >
> > --
> > HTH
> >
> > Bob Phillips
> >
> > (replace somewhere in email address with gmail if mailing direct)
> >
> > "Epinn" <someone[ at ]example.com.NO_SPAM> wrote in message
> > news:eylyC1AzGHA.4104[ at ]TK2MSFTNGP02.phx.gbl...
> > > Hi,
> > >
> > > I want to learn how to use the elements (e.g. command button, option
> > button,
> > > combo box etc.) in the control tool box. Can someone point me to some
> > > articles/tutorial? Don't seem to have much luck with help? What is the
> > > control tool box for anyway?
> > >
> > > Thanks.
> > >
> > > Epinn
> > >
> > >
> >
> >
>
>
>

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net