Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Works with forms buttons as well (if you write the event code correctly),
because the copy of the button still points to the event code. -- regards, Tom Ogilvy "Ron de Bruin" wrote in message ... Don't know the answer about the memory? Controls from the Control Toolbox have much more options in the properties then the Forms controls. One thing I like is that the control button have a click event instead of assigning a macro to it. If you copy a sheet to a new workbook for example the button still work because the click event is in the Sheetmodule. -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Craig" wrote in message om... I have a related question.... (and I bet Tom O. can answer it!) I've been told that the embedded Control buttons will consume more memory than the older-style Form buttons used to call the same subroutine. Any truth to that and if so, why are the Control buttons the style of choice these days? Thanks, Craig (Mark) wrote in message . com... Excel has a Control Toolbox and a Forms toolbar. Both toolbars have a similar icon: Form has a Button icon for associating a macro, Control Toolbox has a Control Button that you can copy the code from a macro into. I've noticed some code inside a macro will run from the Button but not the Control Button. Can anyone help explain this? Thanks, Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
form control combobox | Excel Discussion (Misc queries) | |||
Control on Form | Excel Discussion (Misc queries) | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
form control - check box | New Users to Excel | |||
Form Control | Excel Programming |