Thread
:
Form versus Control
View Single Post
#
5
Posted to microsoft.public.excel.programming
Craig[_7_]
external usenet poster
Posts: 1
Form versus Control
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
Reply With Quote
Craig[_7_]
View Public Profile
Find all posts by Craig[_7_]