LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Difference between a Forms Control verus Active-X Control

The Forms controls have been part of Excel for longer (I'm thinking Excel 4)
than the Controls Toolbox (Excel 97), so it stands to reason that they'd be
more seamlessly integrated. Being newer, the ActiveX controls have richer
formatting possibilities. Both can link to cells and ranges in the
worksheet. Some advanced users have attributed buggy behavior to the ActiveX
controls from the Controls Toolbox.

The Forms controls can be have macros assigned to them. The ActiveX controls
have event procedures that run when they are clicked; these procedures are
either inserted in the code modules of the objects (i.e., worksheets) they
are embedded in, or written in class modules.

Forms controls can be used on chart sheets, ActiveX controls cannot. ActiveX
controls do not work in MacExcel.

Excel responds to a Forms control after the user finishes interacting with
it (i.e., unclicks). Excel responds continuously to an ActiveX control. For
example, suppose a scrollbar is linked to a cell's value. If the control is
a Forms slider, the user has to slide the bar on the control, then release
it before the cell updates. If the control is an ActiveX Scrollbar, the cell
updates continuously as the user slides the bar along the control.

In general I use the Forms controls, unless I need the continuous response
of an ActiveX scrollbar.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"funGT350" wrote in message
...
What is the difference Between a Forms Control versus an Active-X Control?
(e.g. a Combo Box from the Forms Toolbar versus a Combo Box from the
Control
Toolbox Toolbar?) Why would one use one versus the other?



 
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
Forms Control captsamm(remove)@comcast.net Excel Discussion (Misc queries) 1 February 13th 08 10:37 PM
difference between forms and control toolbox Manikandan Excel Discussion (Misc queries) 1 June 18th 07 04:03 PM
active x calendar control WYN Excel Discussion (Misc queries) 0 March 5th 07 03:05 AM
Active X Calendar Control JMay Excel Discussion (Misc queries) 2 January 21st 07 11:02 PM
how to set active x control sharlie Excel Discussion (Misc queries) 0 March 30th 06 01:27 AM


All times are GMT +1. The time now is 11:01 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"