Linking a Macro to a Button

B

bman342

Having a brain cramp.
How do I trigger an existing macro with a button object?
I am using the Control Toolbox to create the button, then I'm lost.
Thanks.
 
B

Bob Phillips

You may be better to use a button from the Forms toolbar, and then you can
right-click the button and assign your macro to it.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
N

Neil

Use the 'Forms' Toolbar rather than the 'Controls' toolbar, when you create
your button a dialog will appear asking you whic macro you want to associate
with the button.

HTH

Neil
www.nwarwick.co.uk
 
Top