View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark[_22_] Mark[_22_] is offline
external usenet poster
 
Posts: 18
Default Form versus Control

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