how to insert a print button assigning it to a macro

K

Kele

I have recorded a print macro but now need to assign it to a button. How do I
create the button to assign the macro to?

Thanks
 
D

Duane Hookom

You need to add the command button to a form. If your wizards are enabled,
the wizard allows you to select the macro. You might want to allow your
wizard to write the code for you.
 
K

Kele

Thanks. How do I insert a command button?

Duane Hookom said:
You need to add the command button to a form. If your wizards are enabled,
the wizard allows you to select the macro. You might want to allow your
wizard to write the code for you.
 
D

Duane Hookom

You view the tool box while in design view and select the Command Button
(just click it once). Then click on your form where you want to place the
command button.
 
Top