Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 36
Default Control Toolbox vs Forms

What are the main reasons to use the controls from control toolbox instead of from forms? Please advice
Peter
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Control Toolbox vs Forms

Peter,

IMO, control toolbox controls are more flexible (e.g. that have multiple
events, you can change colours), but forms are simpler to use.

Personally, I never use forms controls, although there are other luminaries,
such as Dave Peterson (and Tom Ogilvy?) who are hugely experienced and
influential posters here, who I believe prefer forms controls. The choice is
yours, so suck it and see is the best advice I can give.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Peter" wrote in message
...
What are the main reasons to use the controls from control toolbox instead

of from forms? Please advice.
Peter



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Control Toolbox vs Forms

Just to add, since I was mentioned.

If you are going to use the control on the worksheet, particularly if you
are going to be adding them with code or need to use a single event to
handle their click event or if a combobo or listbox, need to dynamically
change the list, then in my opinion, forms controls are much easier to work
with and more reliable and more closely integrated with Excel's object
model.

ActiveX controls offer a lot more options in terms of formatting and
control.

--
Regards,
Tom Ogilvy



"Bob Phillips" wrote in message
...
Peter,

IMO, control toolbox controls are more flexible (e.g. that have multiple
events, you can change colours), but forms are simpler to use.

Personally, I never use forms controls, although there are other

luminaries,
such as Dave Peterson (and Tom Ogilvy?) who are hugely experienced and
influential posters here, who I believe prefer forms controls. The choice

is
yours, so suck it and see is the best advice I can give.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Peter" wrote in message
...
What are the main reasons to use the controls from control toolbox

instead
of from forms? Please advice.
Peter





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default Control Toolbox vs Forms

Adding to Bob and Tom, I too prefer the ActiveX controls (Controls
Toolbox) because I get more control. However they tend to have some
strange bugs associated with them e.g. if you change the screen
resolution then dropdown a combobox it keeps doubling in size, you
can't reliably set a checkbox's value in code in Excel2002, etc.
Controls from the Forms toolbar are safe and reliable but are much
less for developers e.g. the underlying code must be a public sub in a
standard module and I hate writing those things!

--

"Tom Ogilvy" wrote in message ...
Just to add, since I was mentioned.

If you are going to use the control on the worksheet, particularly if you
are going to be adding them with code or need to use a single event to
handle their click event or if a combobo or listbox, need to dynamically
change the list, then in my opinion, forms controls are much easier to work
with and more reliable and more closely integrated with Excel's object
model.

ActiveX controls offer a lot more options in terms of formatting and
control.

--
Regards,
Tom Ogilvy



"Bob Phillips" wrote in message
...
Peter,

IMO, control toolbox controls are more flexible (e.g. that have multiple
events, you can change colours), but forms are simpler to use.

Personally, I never use forms controls, although there are other

luminaries,
such as Dave Peterson (and Tom Ogilvy?) who are hugely experienced and
influential posters here, who I believe prefer forms controls. The choice

is
yours, so suck it and see is the best advice I can give.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Peter" wrote in message
...
What are the main reasons to use the controls from control toolbox

instead
of from forms? Please advice.
Peter



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
Control Toolbox [email protected] Excel Discussion (Misc queries) 1 August 29th 08 05:58 PM
difference between forms and control toolbox Manikandan Excel Discussion (Misc queries) 1 June 18th 07 04:03 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
Forms Toolbar vs. Control Toolbox vs. Data Validation for drop dow Scott Excel Discussion (Misc queries) 1 February 1st 05 01:51 PM


All times are GMT +1. The time now is 01:34 AM.

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"