Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
UB UB is offline
external usenet poster
 
Posts: 120
Default Form Toolbar verses Control Toolbar

Hi
Can any one explain the difference between Form Toolbar and Control Toolbar
and also when to use them
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Form Toolbar verses Control Toolbar

The controls from the forms toolbar are part of XL. You attach macros from
modules directly to the control. This can be handy as the controls are not
embeded in the sheet and they do not place any code in the sheet.

Controls from the control toolbox are embeded objects. If you are fimiliar
with VB6 these controls are almost identical to the controls you would embed
in a userform. Since these controls are embedded they place their code
directly in the sheet. The up side is that they have a rich set of properties
and methods. Much more than controls from the forms toolbar.

99% of the time I use controls from the controls toolbox as I like the rich
set of properties and methods and the easy of referencing the controls in
code. That is not to say the forms controls don't have a place though.

--
HTH...

Jim Thomlinson


"ub" wrote:

Hi
Can any one explain the difference between Form Toolbar and Control Toolbar
and also when to use them

  #3   Report Post  
Posted to microsoft.public.excel.misc
UB UB is offline
external usenet poster
 
Posts: 120
Default Form Toolbar verses Control Toolbar

Can the control toolbar be used with option button, when I want to group the
options button and capture the value in another cell.
Because with form toolbar, I am able to to do this by selecting property-
Control under Format Object
Please advise

"Jim Thomlinson" wrote:

The controls from the forms toolbar are part of XL. You attach macros from
modules directly to the control. This can be handy as the controls are not
embeded in the sheet and they do not place any code in the sheet.

Controls from the control toolbox are embeded objects. If you are fimiliar
with VB6 these controls are almost identical to the controls you would embed
in a userform. Since these controls are embedded they place their code
directly in the sheet. The up side is that they have a rich set of properties
and methods. Much more than controls from the forms toolbar.

99% of the time I use controls from the controls toolbox as I like the rich
set of properties and methods and the easy of referencing the controls in
code. That is not to say the forms controls don't have a place though.

--
HTH...

Jim Thomlinson


"ub" wrote:

Hi
Can any one explain the difference between Form Toolbar and Control Toolbar
and also when to use them

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Form Toolbar verses Control Toolbar

If you use optionbuttons from the Forms toolbar, put a groupbox (also on that
same toolbar) around the optionbuttons.

And then rightclick on an optionbutton on that group, choose Format
Control|control tab. Then assign the linked cell.

If you use optionbuttons from the control toolbox toolbar, rightclick on each
of the members of the group, choose properties, and give that group a unique
groupname.

You can assign the Linkedcell on that properties window.

ub wrote:

Can the control toolbar be used with option button, when I want to group the
options button and capture the value in another cell.
Because with form toolbar, I am able to to do this by selecting property-
Control under Format Object
Please advise

"Jim Thomlinson" wrote:

The controls from the forms toolbar are part of XL. You attach macros from
modules directly to the control. This can be handy as the controls are not
embeded in the sheet and they do not place any code in the sheet.

Controls from the control toolbox are embeded objects. If you are fimiliar
with VB6 these controls are almost identical to the controls you would embed
in a userform. Since these controls are embedded they place their code
directly in the sheet. The up side is that they have a rich set of properties
and methods. Much more than controls from the forms toolbar.

99% of the time I use controls from the controls toolbox as I like the rich
set of properties and methods and the easy of referencing the controls in
code. That is not to say the forms controls don't have a place though.

--
HTH...

Jim Thomlinson


"ub" wrote:

Hi
Can any one explain the difference between Form Toolbar and Control Toolbar
and also when to use them


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hiding Control Toolbar Checkboxes Ellen G Excel Discussion (Misc queries) 2 September 24th 07 09:59 PM
delete control toolbar check box paul[_2_] Excel Discussion (Misc queries) 3 May 15th 07 11:37 AM
Forms Toolbar - Scroll bar control tishywishy Excel Discussion (Misc queries) 1 March 8th 07 03:18 AM
Using the Control Toolbar Kathy Excel Worksheet Functions 2 January 26th 05 03:23 AM
Using Control Toolbar Kathy Excel Discussion (Misc queries) 2 January 26th 05 01:47 AM


All times are GMT +1. The time now is 08:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"