Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Question on Control Toolbox

Hi,

I have an Excel file that someone created. In that Excel file, it has some
check boxes. If I go to "Format Control" properties of one of the check
boxes, I see two tabs that I don't see if I go to "Format Control" properties
of a check box that I create from the Control Toolbox tool bar. The 2 tabs
are "Colors and Lines" and "Control".

I have encountered similar problems with other Control Toolbox items.

Does anyone know why there are differences in between them? Does it mean
that whoever created got those check boxes from somewhere else?

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Question on Control Toolbox

The controls from the forms toolbar 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


"AccessHelp" wrote:

Hi,

I have an Excel file that someone created. In that Excel file, it has some
check boxes. If I go to "Format Control" properties of one of the check
boxes, I see two tabs that I don't see if I go to "Format Control" properties
of a check box that I create from the Control Toolbox tool bar. The 2 tabs
are "Colors and Lines" and "Control".

I have encountered similar problems with other Control Toolbox items.

Does anyone know why there are differences in between them? Does it mean
that whoever created got those check boxes from somewhere else?

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default Question on Control Toolbox

Hi Jim,

Thank you very much for the answers. I didn't know that there is something
similar to the Control Toolbar. I thought I can only get the check box from
the Control Toolbar.

Thank you again very much for taking the time to share the information.


"Jim Thomlinson" wrote:

The controls from the forms toolbar 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


"AccessHelp" wrote:

Hi,

I have an Excel file that someone created. In that Excel file, it has some
check boxes. If I go to "Format Control" properties of one of the check
boxes, I see two tabs that I don't see if I go to "Format Control" properties
of a check box that I create from the Control Toolbox tool bar. The 2 tabs
are "Colors and Lines" and "Control".

I have encountered similar problems with other Control Toolbox items.

Does anyone know why there are differences in between them? Does it mean
that whoever created got those check boxes from somewhere else?

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Question on Control Toolbox

To be exact the two toolbars a
Control Toolbox (embeded VB6 type controls)
Forms Toolbar (XL specific controls)

Why Controls is called a toolbox instead of toolbar is anyones guess.
--
HTH...

Jim Thomlinson


"AccessHelp" wrote:

Hi Jim,

Thank you very much for the answers. I didn't know that there is something
similar to the Control Toolbar. I thought I can only get the check box from
the Control Toolbar.

Thank you again very much for taking the time to share the information.


"Jim Thomlinson" wrote:

The controls from the forms toolbar 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


"AccessHelp" wrote:

Hi,

I have an Excel file that someone created. In that Excel file, it has some
check boxes. If I go to "Format Control" properties of one of the check
boxes, I see two tabs that I don't see if I go to "Format Control" properties
of a check box that I create from the Control Toolbox tool bar. The 2 tabs
are "Colors and Lines" and "Control".

I have encountered similar problems with other Control Toolbox items.

Does anyone know why there are differences in between them? Does it mean
that whoever created got those check boxes from somewhere else?

Thanks.

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
Where is the control toolbox? Sol New Users to Excel 3 December 1st 06 09:50 AM
Where is the control toolbox? Sol New Users to Excel 0 November 30th 06 02:20 PM
Where is the control toolbox? John New Users to Excel 0 November 30th 06 12:36 PM
Control toolbox HISNA Excel Worksheet Functions 0 March 9th 06 05:14 PM
Control Toolbox John Data Excel Worksheet Functions 3 June 23rd 05 05:42 PM


All times are GMT +1. The time now is 11:52 PM.

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

About Us

"It's about Microsoft Excel"