Definitions for Activex control properties?
Hi,
For a worksheet control:
Click on the control (check box) so the resize border is visible.
Right click on the control and select properties.
The properties window will open.
Click the property you want to learn about and then press F1.
The help window should open and display the property usage.
For a VBA userform control you only need to select the control and press F1.
John
"Blue Max" wrote in message ...
Each ActiveX control inserted on a worksheet has a list of properties that
can be viewed in the 'Properties' window. Where do we go to get help on
what each of these properties can do or control?
Some properties are self-evident, but others are not so self-explanatory.
For example, in the case of a Check Box control, there are properties such
as Accelerator, Autoload, GroupName, and Placement, whose purpose or
function is not so apparent.
Thank you for any help finding a resource for this issue.
|